diff options
author | Shubham Saini <pryr@pryr.xyz> | 2021-01-16 09:40:36 +0000 |
---|---|---|
committer | Shubham Saini <pryr@pryr.xyz> | 2021-01-16 09:40:36 +0000 |
commit | 6ac83326ddba3ebcb4866435a6df0ea75483ee03 (patch) | |
tree | 36fb5ce9d617fb620bab0825a98b09a32f0df8fe /sxhkd | |
parent | 5a58034071911286816bbf2418a349f7657494ab (diff) |
changes
Diffstat (limited to 'sxhkd')
-rwxr-xr-x | sxhkd/.config/sxhkd/sxhkdrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index 69126ac..79629ea 100755 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc | |||
@@ -3,11 +3,11 @@ super + Return | |||
3 | super + shift + Return | 3 | super + shift + Return |
4 | bspc rule -a \* -o state=floating && urxvtc | 4 | bspc rule -a \* -o state=floating && urxvtc |
5 | super + @space | 5 | super + @space |
6 | dmenu_run -i -fn "JetBrains Mono Nerd Font Mono:style=medium:size=9" -nb "#171a1f" -nf "#f3f4f5" -sb "#c6c8d1" -sf "#171a1f" | 6 | dmenu_run -i -fn "Input Mono:style=medium:size=9" -nb "#171a1f" -nf "#f3f4f5" -sb "#c6c8d1" -sf "#171a1f" |
7 | super + x | 7 | super + x |
8 | ~/.bin/shut | 8 | ~/.bin/shut |
9 | super + shift + w | 9 | super + shift + w |
10 | firefox | 10 | brave |
11 | control + alt + l | 11 | control + alt + l |
12 | xset s activate | 12 | xset s activate |
13 | super + shift + f | 13 | super + shift + f |
@@ -21,7 +21,7 @@ control + Print | |||
21 | control + shift + Print | 21 | control + shift + Print |
22 | maim -s ~/scrots/$(date +%d-%b-%y-%I:%M%p).png | 22 | maim -s ~/scrots/$(date +%d-%b-%y-%I:%M%p).png |
23 | super + shift + p | 23 | super + shift + p |
24 | passmenu -i -fn "JetBrains Mono Nerd Font Mono:style=medium:size=9" -nb "#171a1f" -nf "#f3f4f5" -sb "#c6c8d1" -sf "#171a1f" | 24 | passmenu -i -fn "Input Mono:style=medium:size=9" -nb "#171a1f" -nf "#f3f4f5" -sb "#c6c8d1" -sf "#171a1f" |
25 | super + Escape | 25 | super + Escape |
26 | pkill -USR1 -x sxhkd | 26 | pkill -USR1 -x sxhkd |
27 | 27 | ||