diff options
author | Amin Bandali <amin@aminb.org> | 2017-12-20 15:19:01 -0500 |
---|---|---|
committer | Amin Bandali <amin@aminb.org> | 2017-12-20 15:19:01 -0500 |
commit | 56fe44972a5871c713fee75ca255e540a658f4ec (patch) | |
tree | ef699ba08180fe1bd65243dc429bcc68df9875bc /sxhkd | |
parent | 161c93e90668ee7ea7350e2bb914eff827d2f672 (diff) | |
download | configs-56fe44972a5871c713fee75ca255e540a658f4ec.tar.gz configs-56fe44972a5871c713fee75ca255e540a658f4ec.tar.xz configs-56fe44972a5871c713fee75ca255e540a658f4ec.zip |
Back to urxvt; other updates
Diffstat (limited to 'sxhkd')
-rw-r--r-- | sxhkd/.config/sxhkd/sxhkdrc | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index 08338d9..7bd6400 100644 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc @@ -3,11 +3,11 @@ # # terminal emulator -#super + {_,shift} + Return -# urxvt{_, -name tiled} - super + {_,shift} + Return - termite{_, --name=tiled} + urxvt{_, -name tiled} + +#super + {_,shift} + Return +# termite{_, --name=tiled} # program launcher super + space @@ -65,8 +65,8 @@ XF86LaunchB toggle-presentation-mode # monitor brightness -XF86MonBrightness{Up,Down} - light -s mba6x_backlight -{A,U} 5 +#XF86MonBrightness{Up,Down} +# light -{A,U} 5 # keyboard brightness #XF86KbdBrightness{Up,Down} @@ -181,3 +181,6 @@ super + alt + shift + {h,j,k,l} # move a floating window super + {Left,Down,Up,Right} bspc node -v {-20 0,0 20,0 -20,20 0} + +#alt + bracket{left,right} +# xdotool key --clearmodifiers ctrl+Page_{Up,Down} |