diff options
| -rwxr-xr-x | bin/dmenu_run.sh | 2 | ||||
| -rw-r--r-- | i3status.conf | 2 | ||||
| -rw-r--r-- | xbindkeysrc-pincer | 14 |
3 files changed, 9 insertions, 9 deletions
diff --git a/bin/dmenu_run.sh b/bin/dmenu_run.sh index 5469246..9255d07 100755 --- a/bin/dmenu_run.sh +++ b/bin/dmenu_run.sh @@ -1,3 +1,3 @@ #!/bin/bash -PATH=$HOME/dotfiles/bin:$PATH dmenu_run -fn -*-*-*-*-*-*-20-*-*-*-*-*-*-* "$@" +PATH=$HOME/dotfiles/bin:$HOME/bin:$PATH dmenu_run -fn -*-*-*-*-*-*-20-*-*-*-*-*-*-* "$@" 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 |
