summaryrefslogtreecommitdiffstats
path: root/sxhkd
diff options
context:
space:
mode:
authorAmin Bandali <me@aminb.org>2014-10-25 23:59:15 -0400
committerAmin Bandali <me@aminb.org>2014-10-25 23:59:15 -0400
commit8c17e1b67d7b10dba95414c3fdf8793ee1c5acbe (patch)
tree8f4ebd338ed0a25fc51d1d6eb0996b1cf52f2be4 /sxhkd
parentdac80d79b0f68cd143c15c9a4769d630a7d03d08 (diff)
downloadconfigs-8c17e1b67d7b10dba95414c3fdf8793ee1c5acbe.tar.gz
configs-8c17e1b67d7b10dba95414c3fdf8793ee1c5acbe.tar.xz
configs-8c17e1b67d7b10dba95414c3fdf8793ee1c5acbe.zip
change dotfiles according to my latest setup (bspwm as wm for xfce)
Diffstat (limited to 'sxhkd')
-rw-r--r--sxhkd/.config/sxhkd/sxhkdrc32
1 files changed, 16 insertions, 16 deletions
diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc
index 12303f5..584c2a4 100644
--- a/sxhkd/.config/sxhkd/sxhkdrc
+++ b/sxhkd/.config/sxhkd/sxhkdrc
@@ -84,7 +84,7 @@ super + Return
urxvt
super + space
- dmenu_run -fn "-*-termsyn-medium-r-normal-*-13-*-*-*-c-*-*-1" -h 20 -nb \#2f2b30 -nf \#fefdfb -sb \#cf0f38 -sf \#fefdfb
+ dmenu_run -fn "-*-termsyn-medium-r-normal-*-13-*-*-*-c-*-*-1" -h 31 -nb \#2f2b30 -nf \#fefdfb -sb \#cf0f38 -sf \#fefdfb
# make sxhkd reload its configuration files:
super + Escape
@@ -102,18 +102,18 @@ XF86KbdBrightnessDown
XF86KbdBrightnessUp
kbdlight up
-XF86AudioRaiseVolume
- pamixer --increase 5;\
- pamixer --get-volume > /tmp/volinfo
-
-XF86AudioLowerVolume
- pamixer --decrease 5;\
- pamixer --get-volume > /tmp/volinfo
-
-XF86AudioMute
- pamixer --toggle-mute;\
- if $(pamixer --get-mute) ; then;\
- echo ⮝ > /tmp/spkicon;\
- else;\
- echo ⮟ > /tmp/spkicon;\
- fi
+#XF86AudioRaiseVolume
+# pamixer --increase 5;\
+# pamixer --get-volume > /tmp/volinfo
+
+#XF86AudioLowerVolume
+# pamixer --decrease 5;\
+# pamixer --get-volume > /tmp/volinfo
+
+#XF86AudioMute
+# pamixer --toggle-mute;\
+# if $(pamixer --get-mute) ; then;\
+# echo ⮝ > /tmp/spkicon;\
+# else;\
+# echo ⮟ > /tmp/spkicon;\
+# fi