~rebound 8,9 and 0 to mpc commands

I will never use workspaces 8 9 and 0. Thus, use them for music!
This commit is contained in:
AChavali
2020-03-02 23:17:00 +00:00
parent 5db38f2afa
commit 1daea69570

View File

@@ -29,6 +29,11 @@ bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT
bindsym $mod+m exec --no-startup-id pactl set-sink-volume 0 +10% && $refresh_i3status bindsym $mod+m exec --no-startup-id pactl set-sink-volume 0 +10% && $refresh_i3status
bindsym $mod+n exec --no-startup-id pactl set-sink-volume 0 -10% && $refresh_i3status bindsym $mod+n exec --no-startup-id pactl set-sink-volume 0 -10% && $refresh_i3status
# Music binds
bindsym $mod+8 exec --no-startup-id mpc toggle
bindsym $mod+9 exec --no-startup-id mpc prev
bindsym $mod+0 exec --no-startup-id mpc next
# Brightness binds # Brightness binds
bindsym XF86MonBrightnessUp exec --no-startup-id xbacklight +15 bindsym XF86MonBrightnessUp exec --no-startup-id xbacklight +15
bindsym XF86MonBrightnessDown exec --no-startup-id xbacklight -15 bindsym XF86MonBrightnessDown exec --no-startup-id xbacklight -15
@@ -117,9 +122,6 @@ bindsym $mod+4 workspace number $ws4
bindsym $mod+5 workspace number $ws5 bindsym $mod+5 workspace number $ws5
bindsym $mod+6 workspace number $ws6 bindsym $mod+6 workspace number $ws6
bindsym $mod+7 workspace number $ws7 bindsym $mod+7 workspace number $ws7
bindsym $mod+8 workspace number $ws8
bindsym $mod+9 workspace number $ws9
bindsym $mod+0 workspace number $ws10
# move focused container to workspace # move focused container to workspace
bindsym $mod+Shift+1 move container to workspace number $ws1 bindsym $mod+Shift+1 move container to workspace number $ws1