diff options
author | davidovski <david@davidovski.xyz> | 2021-12-05 13:44:24 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2021-12-05 13:44:24 +0000 |
commit | bcdb3419af4a28135e2e668cd61b49db72e95796 (patch) | |
tree | 618b5b94a282edce95f48782924fd61460c1ad09 /config/sxhkd/sxhkdrc | |
parent | d2d7738d65dd7337d0b37801f26d832d46f4fe06 (diff) |
added extra configurations
Diffstat (limited to 'config/sxhkd/sxhkdrc')
-rw-r--r-- | config/sxhkd/sxhkdrc | 9 |
1 files changed, 6 insertions, 3 deletions
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 |