summaryrefslogtreecommitdiff
path: root/sxhkd/.config
diff options
context:
space:
mode:
Diffstat (limited to 'sxhkd/.config')
-rw-r--r--sxhkd/.config/sxhkd/sxhkdrc14
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
5super + @space 5super + @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"
7super + shift + w 7super + shift + w
8 chromium 8 chromium --profile-directory=Default
9control + alt + l 9control + alt + l
10 xset s activate 10 xset s activate
11super + shift + f 11super + shift + f
12 urxvtc -e ranger 12 urxvtc -e ranger
13super + n
14 urxvtc -e nvim ~/.cache/bujo/todo.md
13Print 15Print
14 screenshot f 16 ~/.local/bin/screenshot f
15control + Print 17control + Print
16 screenshot w 18 ~/.local/bin/screenshot w
17super + x
18 /home/fd0e/.local/bin/shut
19super + shift + p 19super + 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"
21super + Escape 21super + Escape
22 pkill -USR1 -x sxhkd 22 pkill -USR1 -x sxhkd
23 23
@@ -73,7 +73,7 @@ alt + {_,shift + }Tab
73super + bracket{left,right} 73super + 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
76super + {grave,Tab} 76super + 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
79super + {o,i} 79super + {o,i}