summaryrefslogtreecommitdiff
path: root/sxhkd/sxhkdrc
diff options
context:
space:
mode:
Diffstat (limited to 'sxhkd/sxhkdrc')
-rw-r--r--sxhkd/sxhkdrc33
1 files changed, 33 insertions, 0 deletions
diff --git a/sxhkd/sxhkdrc b/sxhkd/sxhkdrc
new file mode 100644
index 0000000..0c29a4e
--- /dev/null
+++ b/sxhkd/sxhkdrc
@@ -0,0 +1,33 @@
+# reload with kill -10 $(pidof sxhkd)
+{super + Return,button8}
+ $TERMINAL
+super + d
+ dmenu_run -hp "browser,mail,librewolf,discord,anki,steam,monero-wallet-gui"
+{super + shift + x}
+ slock
+Scroll_Lock
+ themeswap
+Print
+ screenshot
+{super + equal, Vol+}
+ pamixer -i 5; kill -44 $(pidof dwmblocks)
+{super + minus, Vol-}
+ pamixer -d 5; kill -44 $(pidof dwmblocks)
+Mute
+ pamixer -t; kill
+{F7,super + n,super + shift + n}
+ $TERMINAL -e {dmenurecord,lfub "$XDG_DATA_HOME/notes",newsboat}
+super + {m, shift + m}
+ {music,musiccmd}
+XF86Audio{Prev,Next,Play,Stop}
+ musiccmd {prev,next,cycle,stop}
+super + {s,a,y,w,e}
+ dmenusearch {web,aur,youtube,man,emoji}
+super + shift + w
+ dmenuoff
+super + u
+ dmenuhandler "$(xclip -o)"
+{super + shift + u,button2}
+ plumber --sel
+button9
+ xdo kill \ No newline at end of file