i3: Tweak rules, use pavucontrol instead of Qt variant
This commit is contained in:
parent
aa463a5b14
commit
99a16ef99b
@ -35,8 +35,6 @@ font pango:Roboto 10
|
||||
hide_edge_borders smart
|
||||
new_window pixel 2
|
||||
for_window [class=".*"] border pixel 2
|
||||
for_window [class="konsole"] border normal 2
|
||||
for_window [class="mate-terminal"] border normal 2
|
||||
for_window [class=".*"] title_format "%title"
|
||||
|
||||
# Miscellaneous window rules
|
||||
@ -52,7 +50,7 @@ for_window [title="Minecraft 1.7.10"] fullscreen enable
|
||||
for_window [class="explorer.exe"] fullscreen enable
|
||||
for_window [class="plasmashell"] kill, floating enable, border none
|
||||
for_window [class="pavucontrol-qt"] floating enable, sticky enable
|
||||
for_window [class="pavucontrol"] floating enable, sticky enable
|
||||
for_window [class="Pavucontrol"] floating enable, sticky enable
|
||||
|
||||
no_focus [class="Conky"]
|
||||
no_focus [class="plasmashell"]
|
||||
@ -107,8 +105,8 @@ bindsym XF86MonBrightnessUp exec xbacklight -inc 5 # increase screen brightness
|
||||
bindsym XF86MonBrightnessDown exec xbacklight -dec 5 # decrease screen brightness
|
||||
|
||||
# mpv-xwinwrap controls
|
||||
bindsym $mod+p exec --no-startup-id "pgrep pavucontrol || pavucontrol-qt"
|
||||
bindsym $mod+$shift+p exec --no-startup-id "pkill pavucontrol-qt"
|
||||
bindsym $mod+p exec --no-startup-id "pgrep pavucontrol || pavucontrol"
|
||||
bindsym $mod+$shift+p exec --no-startup-id "pkill pavucontrol"
|
||||
|
||||
# i3-settree
|
||||
bindsym $mod+o exec --no-startup-id "~/.bin/i3-settree"
|
||||
|
Loading…
Reference in New Issue
Block a user