feat(sxhkd): add power applet shortcut
This commit is contained in:
@@ -10,6 +10,7 @@ Print
|
|||||||
# terminal emulator
|
# terminal emulator
|
||||||
super + Return
|
super + Return
|
||||||
tabbed -r 2 st -w ''
|
tabbed -r 2 st -w ''
|
||||||
|
|
||||||
# program launcher
|
# program launcher
|
||||||
super + d
|
super + d
|
||||||
~/.config/rofi/launcher/launch.sh
|
~/.config/rofi/launcher/launch.sh
|
||||||
@@ -44,6 +45,7 @@ super + y
|
|||||||
# swap the current node and the biggest window
|
# swap the current node and the biggest window
|
||||||
super + g
|
super + g
|
||||||
bspc node -s biggest.window
|
bspc node -s biggest.window
|
||||||
|
|
||||||
#
|
#
|
||||||
# state/flags
|
# state/flags
|
||||||
#
|
#
|
||||||
@@ -125,3 +127,10 @@ super + alt + shift + {h,j,k,l}
|
|||||||
# move a floating window
|
# move a floating window
|
||||||
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}
|
||||||
|
|
||||||
|
#
|
||||||
|
# rofi applets
|
||||||
|
#
|
||||||
|
|
||||||
|
super + P
|
||||||
|
~/.config/rofi/power/launch.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user