diff options
author | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2015-10-07 21:53:35 -0400 |
---|---|---|
committer | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2015-10-07 21:53:35 -0400 |
commit | c2ed84f6632a9c3521242ad7e2d8ae4e1e8c5770 (patch) | |
tree | 2634a535fda30d4a654b9e8128b87ff0233298b4 /xbindkeysrc-pincer | |
parent | 9ae9f06d2012167fcc6f91f2f28f98eced01365a (diff) | |
parent | 820bd83a3d969c6ec2e48d0421e41cffcc7c0c95 (diff) |
Merge branch 'master' of tesuji.6.orbekk.com:/storage/projects/dotfiles
Diffstat (limited to 'xbindkeysrc-pincer')
-rw-r--r-- | xbindkeysrc-pincer | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/xbindkeysrc-pincer b/xbindkeysrc-pincer index ecf693f..a942b72 100644 --- a/xbindkeysrc-pincer +++ b/xbindkeysrc-pincer @@ -1,5 +1,20 @@ -"xbacklight -inc 20" +"xbacklight -inc 20 && pkill -SIGUSR1 i3status" XF86MonBrightnessUp -"xbacklight -dec 20" +"xbacklight -dec 20 && pkill -SIGUSR1 i3status" XF86MonBrightnessDown + +"amixer -c 1 set Master 1dB- && pkill -SIGUSR1 i3status" + XF86AudioLowerVolume + +"amixer -c 1 set Master 1dB+ && pkill -SIGUSR1 i3status" + XF86AudioRaiseVolume + +"amixer -c 1 set Master toggle && pkill -SIGUSR1 i3status" + XF86AudioMute + +"amixer -c 1 set Mic toggle && pkill -SIGUSR1 i3status" + XF86AudioMicMute + +"i3lock -c 2A3462 && pkill -SIGUSR1 i3status" + XF86Tools |