X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=x%2F.config%2Fi3%2Fconfig;h=0277172f521a5606d6d2ecfd5db7f0fcc3f40334;hb=6cde5de091d9641a4fc470b79d2d3e528a2db157;hp=48c196c7e0da73d4ab6a9d402e7570bf4f27cc24;hpb=163e95e8e453d51f60362edfa78829f234f36a20;p=dotfiles.git diff --git a/x/.config/i3/config b/x/.config/i3/config index 48c196c..0277172 100644 --- a/x/.config/i3/config +++ b/x/.config/i3/config @@ -50,9 +50,9 @@ bindsym $mod+s focus right # alternatively, you can use the cursor keys: bindsym XF86MonBrightnessUp exec xbacklight -inc 5 bindsym XF86MonBrightnessDown exec xbacklight -dec 5 -bindsym XF86AudioMute exec amixer -c 1 set Master toggle -bindsym XF86AudioLowerVolume exec amixer -c 1 set Master 5%- -bindsym XF86AudioRaiseVolume exec amixer -c 1 set Master 5%+ +bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle +bindsym XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -5% +bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5% # move focused window bindsym $mod+Shift+h move left