summaryrefslogtreecommitdiff
path: root/sxhkd
diff options
context:
space:
mode:
authormarcellus <msimon_fr@hotmail.com>2023-07-01 18:23:23 +0200
committermarcellus <msimon_fr@hotmail.com>2023-07-01 18:23:23 +0200
commitd439f3c8a4b8596331c4adf4a23aabcaba16f2cd (patch)
treebb8f3e42a4a2f3338d3e1137e1aab92c6d02ff4e /sxhkd
parent7d15b62312ee9e4ed5f17efdbdbe6c4537f3a216 (diff)
Revert "fix: back to old music script, given up on the playlist project"
This reverts commit 7d15b62312ee9e4ed5f17efdbdbe6c4537f3a216.
Diffstat (limited to 'sxhkd')
-rw-r--r--sxhkd/sxhkdrc~35
1 files changed, 35 insertions, 0 deletions
diff --git a/sxhkd/sxhkdrc~ b/sxhkd/sxhkdrc~
new file mode 100644
index 0000000..42bc92f
--- /dev/null
+++ b/sxhkd/sxhkdrc~
@@ -0,0 +1,35 @@
+# 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, XF86AudioRaiseVolume}
+ wpctl set-volume @DEFAULT_AUDIO_SINK@ 2%+; kill -44 $(pidof dwmblocks)
+{super + minus, XF86AudioLowerVolume}
+ wpctl set-volume @DEFAULT_AUDIO_SINK@ 2%-; kill -44 $(pidof dwmblocks)
+XF86Launch1
+ wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle; kill -44 $(pidof dwmblocks)
+F6
+ wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle; kill -45 $(pidof dwmblocks)
+{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