summaryrefslogtreecommitdiff
path: root/sxhkd
diff options
context:
space:
mode:
authorShubham Saini <pryr@pryr.xyz>2020-09-26 16:48:35 +0000
committerShubham Saini <pryr@pryr.xyz>2020-09-26 16:48:35 +0000
commit4a2078eeb4240c002fca00e27765b5f7a4df6c9e (patch)
tree287fbe8ae96d68cec8cd9ec021457d4755cb1549 /sxhkd
parent31a157b314e4a6178a8f00325b07322bcf5b6597 (diff)
changes
Diffstat (limited to 'sxhkd')
-rwxr-xr-xsxhkd/.config/sxhkd/sxhkdrc10
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
3super + shift + Return 3super + shift + Return
4 bspc rule -a \* -o state=floating && urxvtc 4 bspc rule -a \* -o state=floating && urxvtc
5super + @space 5super + @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"
7super + shift + w 7super + shift + w
8 /opt/brave/brave 8 brave
9control + alt + l 9control + alt + l
10 xset s activate 10 xset s activate
11super + shift + f 11super + shift + f
@@ -13,11 +13,11 @@ super + shift + f
13super + n 13super + n
14 urxvtc -e nvim ~/.cache/bujo/todo.md 14 urxvtc -e nvim ~/.cache/bujo/todo.md
15Print 15Print
16 ~/.local/bin/screenshot f 16 maim ~/scrots/$(date +%d-%b-%y).png
17control + Print 17control + Print
18 ~/.local/bin/screenshot w 18 maim -i $(xdotool getactivewindow) ~/scrots/$(date +%d-%b-%y).png
19super + shift + p 19super + 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"
21super + Escape 21super + Escape
22 pkill -USR1 -x sxhkd 22 pkill -USR1 -x sxhkd
23 23