From b3713849c560197b977cfb37fe97b9d657a38f9d Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Sun, 4 Oct 2015 17:46:01 -0400 Subject: Trigger i3status update from xbindkeys. --- i3status.conf | 2 +- xbindkeysrc-pincer | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/i3status.conf b/i3status.conf index 7cea47b..6d7521d 100644 --- a/i3status.conf +++ b/i3status.conf @@ -1,6 +1,6 @@ general { colors = true - interval = 5 + interval = 10 } order += "ipv6" diff --git a/xbindkeysrc-pincer b/xbindkeysrc-pincer index 6b5cc7f..a942b72 100644 --- a/xbindkeysrc-pincer +++ b/xbindkeysrc-pincer @@ -1,20 +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-" +"amixer -c 1 set Master 1dB- && pkill -SIGUSR1 i3status" XF86AudioLowerVolume -"amixer -c 1 set Master 1dB+" +"amixer -c 1 set Master 1dB+ && pkill -SIGUSR1 i3status" XF86AudioRaiseVolume -"amixer -c 1 set Master toggle" +"amixer -c 1 set Master toggle && pkill -SIGUSR1 i3status" XF86AudioMute -"amixer -c 1 set Mic toggle" +"amixer -c 1 set Mic toggle && pkill -SIGUSR1 i3status" XF86AudioMicMute -"i3lock -c 2A3462" +"i3lock -c 2A3462 && pkill -SIGUSR1 i3status" XF86Tools -- cgit v1.2.3