From b98a0918f5a7074a0205221a4bf2659eabd7f46d Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Tue, 4 Apr 2023 22:02:24 -0400 Subject: [PATCH] fix: add useful keybinds Signed-off-by: Lucas Sta Maria --- .config/sxhkd/sxhkdrc | 34 +++++++++++++++++++++++++++------- 1 file changed, 27 insertions(+), 7 deletions(-) diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 8334498..1d67f9f 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -12,11 +12,31 @@ control + Return # program launcher super + space - /home/priime/.config/rofi/scripts/rofi-apps + rofi -show drun -# ChatGPT -super + y - /home/priime/.config/rofi/scripts/rofi-chatnotify +# all programs launcher +super + shift + space + rofi -show run + +# window jumper +super + shift + Tab + rofi -show window + +# passwords +super + p + passes + +# bluetooth +super + b + rofi-bluetooth + +# vpn +super + v + rofi-vpn + +# power +super + BackSpace + powermenu # make sxhkd reload its configuration files: super + Escape @@ -67,11 +87,11 @@ super + ctrl + {m,x,y,z} # focus the node in the given direction super + {_,shift + }{h,j,k,l} - bspc node -{f,s} {west,south,north,east} + bspc node -{f,s} {west,south,north,east} # focus the node for the given path jump -super + {p,b,comma,period} - bspc node -f @{parent,brother,first,second} +# super + {p,b,comma,period} + # bspc node -f @{parent,brother,first,second} # focus the next/previous window in the current desktop # super + {_,shift + }c