i3: Change mod+p bindings to be pavucontrol-qt ones

Also Plasma does plasma things
This commit is contained in:
2018-12-06 11:33:34 -06:00
parent ed9be14906
commit 6a2a5fcf57
2 changed files with 14 additions and 2 deletions

View File

@@ -73,6 +73,7 @@ for_window [class="Spotify"] move to workspace $w8
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
no_focus [class="Conky"]
no_focus [class="plasmashell"]
@@ -119,8 +120,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 "~/.bin/tubetop2"
bindsym $mod+$shift+p exec --no-startup-id "pkill xwinwrap"
bindsym $mod+p exec --no-startup-id "pgrep pavucontrol || pavucontrol-qt"
bindsym $mod+$shift+p exec --no-startup-id "pkill pavucontrol-qt"
# Miscellaneous non-movement hotkeys
bindsym $ctl+$mod+l exec --no-startup-id "~/.bin/i3lock-custom"