diff options
author | Shubham Saini <pryr@pryr.xyz> | 2020-09-10 11:54:52 +0000 |
---|---|---|
committer | Shubham Saini <pryr@pryr.xyz> | 2020-09-10 11:54:52 +0000 |
commit | baa71be6d0cc8e403c0d5b69ed4b40b4c53021ee (patch) | |
tree | 583414afeff7832c2d1d10ce935b763c31b5f7ee /sxhkd | |
parent | 17db4c5e84c1aa47ffe28e46416f55686c1c5c92 (diff) |
no more hopping
Diffstat (limited to 'sxhkd')
-rwxr-xr-x | sxhkd/.config/sxhkd/sxhkdrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index 1b03a08..11088b8 100755 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc | |||
@@ -5,11 +5,11 @@ 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 | brave | 8 | /opt/brave/brave |
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 lf |
13 | super + n | 13 | super + n |
14 | urxvtc -e nvim ~/.cache/bujo/todo.md | 14 | urxvtc -e nvim ~/.cache/bujo/todo.md |
15 | 15 | ||