summaryrefslogtreecommitdiff
path: root/.config/sxhkd
diff options
context:
space:
mode:
authorMartial Simon <msimon_fr@hotmail.com>2023-04-25 00:05:00 +0200
committerMartial Simon <msimon_fr@hotmail.com>2023-04-25 00:05:00 +0200
commit9dfd3226d8d0fac87a8fe5fa00fc581c33a2bd70 (patch)
treec78896374370d0e4d5dee52b543b9377201e1a9d /.config/sxhkd
parent71c18f5d5da18862eea8b68f114772e68bdbbbc5 (diff)
fix: fixed the architecture
Diffstat (limited to '.config/sxhkd')
-rw-r--r--.config/sxhkd/sxhkdrc33
-rw-r--r--.config/sxhkd/sxhkdrc~35
2 files changed, 0 insertions, 68 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc
deleted file mode 100644
index 0c29a4e..0000000
--- a/.config/sxhkd/sxhkdrc
+++ /dev/null
@@ -1,33 +0,0 @@
-# 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
diff --git a/.config/sxhkd/sxhkdrc~ b/.config/sxhkd/sxhkdrc~
deleted file mode 100644
index 42bc92f..0000000
--- a/.config/sxhkd/sxhkdrc~
+++ /dev/null
@@ -1,35 +0,0 @@
-# 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