feat(sxhkd): add power applet shortcut
This commit is contained in:
parent
61f923da47
commit
376d017d40
|
@ -10,7 +10,8 @@ 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
|
||||||
|
|
||||||
|
@ -24,7 +25,7 @@ super + Escape
|
||||||
|
|
||||||
# quit/restart bspwm
|
# quit/restart bspwm
|
||||||
super + alt + {q,r}
|
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
|
alt + shift + l
|
||||||
betterlockscreen -l dim
|
betterlockscreen -l dim
|
||||||
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue