diff options
| author | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2015-10-05 10:36:33 -0400 |
|---|---|---|
| committer | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2015-10-05 10:36:33 -0400 |
| commit | b22c5fccbad40fea57a4ae93500cff947373223f (patch) | |
| tree | d957165e2fcda94f82a78ee513d5a4fd6f919f85 | |
| parent | 3c1e4c473885a82168df270d5440e9d5609e7f48 (diff) | |
| parent | b3713849c560197b977cfb37fe97b9d657a38f9d (diff) | |
Merge branches 'master', 'master' and 'master' of tesuji.6.orbekk.com:/storage/projects/dotfiles
| -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 |
