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