feat(sxhkd): add power applet shortcut
This commit is contained in:
parent
61f923da47
commit
376d017d40
|
@ -10,7 +10,8 @@ Print
|
|||
# terminal emulator
|
||||
super + Return
|
||||
tabbed -r 2 st -w ''
|
||||
# program launcher
|
||||
|
||||
# program launcher
|
||||
super + d
|
||||
~/.config/rofi/launcher/launch.sh
|
||||
|
||||
|
@ -24,7 +25,7 @@ super + Escape
|
|||
|
||||
# quit/restart bspwm
|
||||
super + alt + {q,r}
|
||||
bspc {quit & pkill pipewire & pkill pipewire-pulse,wm -r}
|
||||
bspc {quit & pkill pipewire & pkill pipewire-pulse,wm -r}
|
||||
|
||||
alt + shift + l
|
||||
betterlockscreen -l dim
|
||||
|
@ -44,6 +45,7 @@ super + y
|
|||
# swap the current node and the biggest window
|
||||
super + g
|
||||
bspc node -s biggest.window
|
||||
|
||||
#
|
||||
# state/flags
|
||||
#
|
||||
|
@ -125,3 +127,10 @@ 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}
|
||||
|
||||
#
|
||||
# rofi applets
|
||||
#
|
||||
|
||||
super + P
|
||||
~/.config/rofi/power/launch.sh
|
||||
|
|
Loading…
Reference in New Issue