update hotkeys
This commit is contained in:
parent
311d25a093
commit
7f36861c3c
|
@ -10,14 +10,19 @@ super + Return
|
|||
super + b
|
||||
$SCRIPTS/bar/toggle
|
||||
|
||||
# tiny web browser
|
||||
super + s
|
||||
surf ecosia.org
|
||||
|
||||
# program launcher
|
||||
super + d
|
||||
dmenu_run -b
|
||||
|
||||
# gapples
|
||||
super + g
|
||||
$BSPWM_CONFIG/toggle-gaps
|
||||
|
||||
# web browser
|
||||
super + s
|
||||
nyxt
|
||||
|
||||
|
||||
# make sxhkd and bspwm reload their configuration files:
|
||||
super + Escape
|
||||
pkill -USR1 -x sxhkd && \
|
||||
|
@ -49,7 +54,7 @@ super + y
|
|||
bspc node newest.marked.local -n newest.!automatic.local
|
||||
|
||||
# swap the current node and the biggest node
|
||||
super + g
|
||||
super + shift + g
|
||||
bspc node -s biggest
|
||||
|
||||
#
|
||||
|
@ -134,10 +139,6 @@ super + alt + shift + {h,j,k,l}
|
|||
super + {Left,Down,Up,Right}
|
||||
bspc node -v {-20 0,0 20,0 -20,20 0}
|
||||
|
||||
# gapples
|
||||
super + shift + g
|
||||
$SCRIPTS/toggle-gaps
|
||||
|
||||
#
|
||||
# screen backlight
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue