diff options
author | Karel Kočí <cynerd@email.cz> | 2019-05-11 17:36:49 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2019-05-11 17:36:49 +0200 |
commit | 03a54fe2e6a6ad1b2684607c880a4ac280992268 (patch) | |
tree | b8a07b658deaae69a60ebd4a2b5cc6d705b2eac4 | |
parent | 212f2d1b766011a90b600141beebfb0bdf6f8032 (diff) | |
download | myconfigs-03a54fe2e6a6ad1b2684607c880a4ac280992268.tar.gz myconfigs-03a54fe2e6a6ad1b2684607c880a4ac280992268.tar.bz2 myconfigs-03a54fe2e6a6ad1b2684607c880a4ac280992268.zip |
i3 config: add more bindings
-rw-r--r-- | config/i3/config | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/i3/config b/config/i3/config index 7b075a5..9d3d90a 100644 --- a/config/i3/config +++ b/config/i3/config @@ -32,6 +32,9 @@ bindsym $mod+h focus left bindsym $mod+j focus down bindsym $mod+k focus up bindsym $mod+l focus right +# mouse focus control +bindsym --whole-window button13 focus right +bindsym --whole-window button14 focus left # move focused window bindsym $mod+Shift+h move left @@ -169,6 +172,8 @@ bindsym Mod1+space exec --no-startup-id ~/.config/i3/scripts/keyboard_switch bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume 0 +5% && pkill -RTMIN+10 i3blocks bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume 0 -5% && pkill -RTMIN+10 i3blocks bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute 0 toggle && pkill -RTMIN+10 i3blocks +# Run pulsemixer +bindsym $mod+p exec urxvt -title "Pulsemixer" -e pulsemixer # Screen brightness controls bindsym XF86MonBrightnessUp exec --no-startup-id xbacklight -inc 20 # increase screen brightness |