diff options
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} |