From 1daea69570948ca64f797d1661368556a9a2d4a9 Mon Sep 17 00:00:00 2001 From: AChavali Date: Mon, 2 Mar 2020 23:17:00 +0000 Subject: ~rebound 8,9 and 0 to mpc commands I will never use workspaces 8 9 and 0. Thus, use them for music! --- i3.conf | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'i3.conf') diff --git a/i3.conf b/i3.conf index 405fa6a..ad150db 100644 --- a/i3.conf +++ b/i3.conf @@ -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+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 bindsym XF86MonBrightnessUp 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+6 workspace number $ws6 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 bindsym $mod+Shift+1 move container to workspace number $ws1 -- cgit v1.2.3-13-gbd6f