diff options
author | Shubham Saini <pryr@pryr.xyz> | 2020-09-26 16:48:35 +0000 |
---|---|---|
committer | Shubham Saini <pryr@pryr.xyz> | 2020-09-26 16:48:35 +0000 |
commit | 4a2078eeb4240c002fca00e27765b5f7a4df6c9e (patch) | |
tree | 287fbe8ae96d68cec8cd9ec021457d4755cb1549 /sxhkd | |
parent | 31a157b314e4a6178a8f00325b07322bcf5b6597 (diff) |
changes
Diffstat (limited to 'sxhkd')
-rwxr-xr-x | sxhkd/.config/sxhkd/sxhkdrc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index f6bc168..99c0c2f 100755 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc | |||
@@ -3,9 +3,9 @@ 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:pixelsize=12.5" -nb "#000000" -nf "#f3f4f5" -sb "#626868" -sf "#000000" | 6 | dmenu_run -i -fn "JetBrains Mono Nerd Font Mono:style=medium:pixelsize=12.5" -nb "#000000" -nf "#f3f4f5" -sb "#EEFFFF" -sf "#000000" |
7 | super + shift + w | 7 | super + shift + w |
8 | /opt/brave/brave | 8 | 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 |
@@ -13,11 +13,11 @@ super + shift + f | |||
13 | super + n | 13 | super + n |
14 | urxvtc -e nvim ~/.cache/bujo/todo.md | 14 | urxvtc -e nvim ~/.cache/bujo/todo.md |
15 | 15 | ||
16 | ~/.local/bin/screenshot f | 16 | maim ~/scrots/$(date +%d-%b-%y).png |
17 | control + Print | 17 | control + Print |
18 | ~/.local/bin/screenshot w | 18 | maim -i $(xdotool getactivewindow) ~/scrots/$(date +%d-%b-%y).png |
19 | super + shift + p | 19 | super + shift + p |
20 | passmenu -i -fn "JetBrains Mono Nerd Font Mono:style=medium:pixelsize=12.5" -nb "#f3f4f5" -nf "#2f2f2f" -sb "#626868" -sf "#ffffff" | 20 | passmenu -i -fn "JetBrains Mono Nerd Font Mono:style=medium:pixelsize=12.5" -nb "#000000" -nf "#f3f4f5" -sb "#EEFFFF" -sf "#000000" |
21 | super + Escape | 21 | super + Escape |
22 | pkill -USR1 -x sxhkd | 22 | pkill -USR1 -x sxhkd |
23 | 23 | ||