diff options
author | Amin Bandali <me@aminb.org> | 2015-03-16 00:34:11 -0400 |
---|---|---|
committer | Amin Bandali <me@aminb.org> | 2015-03-16 00:36:21 -0400 |
commit | dcbfb16d6c4e6c014919647b843fe16e14bfc382 (patch) | |
tree | 212a42a0aff2867ee49ab981e4858b3edfd8fde8 /sxhkd | |
parent | 8b6f7ed82db3881f02c089a88812ba114531c488 (diff) | |
download | configs-dcbfb16d6c4e6c014919647b843fe16e14bfc382.tar.gz configs-dcbfb16d6c4e6c014919647b843fe16e14bfc382.tar.xz configs-dcbfb16d6c4e6c014919647b843fe16e14bfc382.zip |
xfce + bspwm setup
Diffstat (limited to '')
-rw-r--r-- | sxhkd/.config/sxhkd/sxhkdrc | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index cc7ec59..aaf37e4 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 24 -nb \#1d1f21 -nf \#ffffff -sb \#cc6666 -sf \#ffffff + xfce4-popup-whiskermenu super + x slimlock @@ -93,23 +93,23 @@ super + e emacs super + r - firefox-developer + firefox # make sxhkd reload its configuration files: super + Escape pkill -USR1 -x sxhkd -XF86MonBrightnessDown - xbacklight -dec 5 +#XF86MonBrightnessDown +# xbacklight -dec 5 -XF86MonBrightnessUp - xbacklight -inc 5 +#XF86MonBrightnessUp +# xbacklight -inc 5 -XF86KbdBrightnessDown - kbdlight down +# XF86KbdBrightnessDown + #kbdlight down -XF86KbdBrightnessUp - kbdlight up +# XF86KbdBrightnessUp + #kbdlight up #XF86AudioRaiseVolume # pulseaudio-ctl up @@ -139,4 +139,4 @@ XF86AudioMute pamixer --toggle-mute XF86LaunchA - toggle-layout
\ No newline at end of file + toggle-layout |