diff --git a/.config/i3/config b/.config/i3/config index 1ddb2dd..90b90c7 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -32,9 +32,9 @@ bindsym $super+Shift+c exec code --no-sandbox # bindsym XF86AudioRaiseVolume exec amixer -q set Master # bindsym XF86AudioLowerVolume exec amixer -q set Master 5%- # bindsym XF86AudioMute exec amixer set Master toggle -bindsym XF86AudioRaiseVolume exec pactl set-sink-volume 0 +5% -bindsym XF86AudioLowerVolume exec pactl set-sink-volume 0 -5% -bindsym XF86AudioMute exec pactl set-sink-mute 0 toggle +bindsym XF86AudioRaiseVolume exec pactl set-sink-volume 1 +5% +bindsym XF86AudioLowerVolume exec pactl set-sink-volume 1 -5% +bindsym XF86AudioMute exec pactl set-sink-mute 1 toggle # music control #bindsym XF86AudioNext exec mpc next @@ -92,6 +92,8 @@ bindsym $super+3 workspace 3 bindsym $super+4 workspace 4 bindsym $super+5 workspace 5 bindsym $super+6 workspace 6 +bindsym $super+7 workspace 7 +bindsym $super+8 workspace 8 # move focused container to workspace bindsym $super+Shift+1 move container to workspace 1 @@ -100,6 +102,8 @@ bindsym $super+Shift+3 move container to workspace 3 bindsym $super+Shift+4 move container to workspace 4 bindsym $super+Shift+5 move container to workspace 5 bindsym $super+Shift+6 move container to workspace 6 +bindsym $super+Shift+7 move container to workspace 7 +bindsym $super+Shift+8 move container to workspace 8 # restart i3 inplace (preserves your layout/session, can be used to upgrade i3) bindsym $super+Shift+r restart