diff options
Diffstat (limited to 'sxhkd/.config')
-rw-r--r-- | sxhkd/.config/sxhkd/sxhkdrc | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index 38b99a4..8428888 100644 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc | |||
@@ -5,19 +5,19 @@ super + shift + Return | |||
5 | super + @space | 5 | super + @space |
6 | dmenu_run -i -fn "JetBrains Mono Nerd Font Mono:style=medium:pixelsize=12.5" -nb "#f3f4f5" -nf "#2f2f2f" -sb "#626868" -sf "#ffffff" | 6 | dmenu_run -i -fn "JetBrains Mono Nerd Font Mono:style=medium:pixelsize=12.5" -nb "#f3f4f5" -nf "#2f2f2f" -sb "#626868" -sf "#ffffff" |
7 | super + shift + w | 7 | super + shift + w |
8 | chromium | 8 | chromium --profile-directory=Default |
9 | control + alt + l | 9 | control + alt + l |
10 | xset s activate | 10 | xset s activate |
11 | super + shift + f | 11 | super + shift + f |
12 | urxvtc -e ranger | 12 | urxvtc -e ranger |
13 | super + n | ||
14 | urxvtc -e nvim ~/.cache/bujo/todo.md | ||
13 | 15 | ||
14 | screenshot f | 16 | ~/.local/bin/screenshot f |
15 | control + Print | 17 | control + Print |
16 | screenshot w | 18 | ~/.local/bin/screenshot w |
17 | super + x | ||
18 | /home/fd0e/.local/bin/shut | ||
19 | super + shift + p | 19 | super + shift + p |
20 | /home/fd0e/.local/bin/passmenu | 20 | passmenu -i -fn "JetBrains Mono Nerd Font Mono:style=medium:pixelsize=12.5" -nb "#f3f4f5" -nf "#2f2f2f" -sb "#626868" -sf "#ffffff" |
21 | super + Escape | 21 | super + Escape |
22 | pkill -USR1 -x sxhkd | 22 | pkill -USR1 -x sxhkd |
23 | 23 | ||
@@ -73,7 +73,7 @@ alt + {_,shift + }Tab | |||
73 | super + bracket{left,right} | 73 | super + bracket{left,right} |
74 | bspc desktop -f {prev,next}.local | 74 | bspc desktop -f {prev,next}.local |
75 | # focus the last node/desktop | 75 | # focus the last node/desktop |
76 | super + {grave,Tab} | 76 | super + Tab |
77 | bspc {node,desktop} -f last | 77 | bspc {node,desktop} -f last |
78 | # focus the older or newer node in the focus history | 78 | # focus the older or newer node in the focus history |
79 | super + {o,i} | 79 | super + {o,i} |