From 376d017d403f6ddb155da79ba3715a6d9cdba42b Mon Sep 17 00:00:00 2001 From: doryan Date: Wed, 8 Jan 2025 14:27:23 +0400 Subject: [PATCH] feat(sxhkd): add power applet shortcut --- sxhkd/sxhkdrc | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/sxhkd/sxhkdrc b/sxhkd/sxhkdrc index 49992cd..1cb6b96 100644 --- a/sxhkd/sxhkdrc +++ b/sxhkd/sxhkdrc @@ -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