Added MPD configs

This commit is contained in:
Damien Broqua 2021-01-12 17:45:36 +01:00
parent a3db593552
commit e5727cf9cf
7 changed files with 625 additions and 7 deletions

View file

@ -103,6 +103,7 @@ exec $term
exec firefox
exec spotify
exec signal-desktop
exec mpd
### Window config
@ -123,6 +124,7 @@ for_window [app_id="termite" title="Calendar"] floating enable, resize set $moda
for_window [app_id="termite" title="File Browser"] floating enable, resize set $modalWidth $modalHeight
for_window [app_id="termite" title="Ncdu"] floating enable, resize set $modalWidth $modalHeight
for_window [app_id="termite" title="Top"] floating enable, resize set $modalWidth $modalHeight
for_window [app_id="termite" title="Music Player Client"] floating enable, resize set $modalWidth $modalHeight
### Key bindings
@ -169,7 +171,9 @@ bindsym $mod+shift+p exec "$term -t 'Pulse Mixer' -e pulsemixer"
bindsym XF86AudioPlay exec ~/Bin/music.sh PlayPause
bindsym XF86AudioPrev exec ~/Bin/music.sh Previous
bindsym XF86AudioNext exec ~/Bin/music.sh Next
bindsym $mod+m exec "$term -t 'Music Player Client' -e ncmpcpp"
#
# Brightness
bindsym XF86MonBrightnessDown exec brightnessctl set 5%-
bindsym XF86MonBrightnessUp exec brightnessctl set +5%
@ -236,9 +240,6 @@ bindsym $mod+Shift+space floating toggle
# Swap focus between the tiling area and the floating area
bindsym $mod+space focus mode_toggle
# Toggle second screen (home / homeoffice mode)
bindsym $mod+p output DP-1 toggle
# Resizing containers:
bindsym $mod+r mode "resize"