From bcdb3419af4a28135e2e668cd61b49db72e95796 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 5 Dec 2021 13:44:24 +0000 Subject: added extra configurations --- config/sxhkd/sxhkdrc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'config/sxhkd/sxhkdrc') diff --git a/config/sxhkd/sxhkdrc b/config/sxhkd/sxhkdrc index c88faab..ead4d16 100644 --- a/config/sxhkd/sxhkdrc +++ b/config/sxhkd/sxhkdrc @@ -75,8 +75,9 @@ super + shift + s $HOME/.scripts/screenshot_fs super + ctrl + s $HOME/.scripts/screenshot_floating + # lock screen -super + alt + l +super + ctrl + l $HOME/.scripts/lock # power menu @@ -144,9 +145,11 @@ super + alt + s super + period .scripts/calculator -# web search +# file search and open super + slash - ~/.scripts/websearch + bspc rule -a \* -o state=floating && $TERMINAL -e ~/.scripts/fzf_menu.sh +shift + super + slash + bspc rule -a \* -o state=floating && $TERMINAL -e ~/.scripts/fzf_menu.sh # Calendar super + c -- cgit v1.2.1