X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=x%2F.config%2Fi3%2Fconfig;h=479c40c324c0ced36b7d9a24a4f44a9c8f6750da;hb=597705ad735abef3def5a356f6e329eb2a978020;hp=79ea72334f1e4bdf9eb738a2c06491a4ef82203f;hpb=52b68ea369a25a4eb8d71720177064892d9e1bf6;p=dotfiles.git diff --git a/x/.config/i3/config b/x/.config/i3/config index 79ea723..479c40c 100644 --- a/x/.config/i3/config +++ b/x/.config/i3/config @@ -27,6 +27,8 @@ bindsym Print exec ~/.local/bin/scr bindsym $mod+l exec xautolock -locknow # put a password in the clipboard bindsym $mod+y exec passmenu +bindsym $mod+b exec ~/.local/bin/network +bindsym $mod+Shift+b exec ~/.local/bin/wifi # font for window titles. font pango:$font 8 @@ -53,9 +55,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 xbacklight -dec 5 -bindsym XF86AudioLowerVolume exec xbacklight -dec 5 -bindsym XF86AudioRaiseVolume exec xbacklight -dec 5 +bindsym XF86AudioMute exec pactl set-sink-mute 1 toggle +bindsym XF86AudioLowerVolume exec pactl set-sink-volume 1 -5% +bindsym XF86AudioRaiseVolume exec pactl set-sink-volume 1 +5% # move focused window bindsym $mod+Shift+h move left