summaryrefslogtreecommitdiff
path: root/home/xyz/.config
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2021-12-17 18:33:15 -0800
committerxyz <gky44px1999@gmail.com>2021-12-17 18:33:15 -0800
commitae16bfe49ecf02a52c33624946e73fc5ec27f39e (patch)
tree17c34e1fc86b9bbf9b3eb8aa85be1503f8f1eb21 /home/xyz/.config
parent8f6e1c80ba99a0a88e54e247f95ec0d55a45c83e (diff)
remove sxhkd, use dwm for hotkeys, because sxhkd sometimes does not respond to alt + shift + Print, seems not issue of sxhkd but I do not want to debug it
Diffstat (limited to 'home/xyz/.config')
-rw-r--r--home/xyz/.config/sxhkd/sxhkdrc64
1 files changed, 0 insertions, 64 deletions
diff --git a/home/xyz/.config/sxhkd/sxhkdrc b/home/xyz/.config/sxhkd/sxhkdrc
deleted file mode 100644
index 960071e2..00000000
--- a/home/xyz/.config/sxhkd/sxhkdrc
+++ /dev/null
@@ -1,64 +0,0 @@
-Print
- ffmpeg -f x11grab -i "$DISPLAY" -vframes 1 "$XDG_PICTURES_DIR/screenshots/$(time.uuid).png"
-
-alt + Print
- xrectsel '%w %h %x %y' | xargs sh -c 'ffmpeg -f x11grab -s "$1"x"$2" -i "$DISPLAY+$3,$4" -vframes 1 "$XDG_PICTURES_DIR/screenshots/$(time.uuid).png"' shell
-
-alt + shift + Print
- reco
-
-XF86Audio{RaiseVolume,LowerVolume,Mute}
- amixer set Master {5%+,5%-,toggle};\
- kill -RTMIN+1 "$(cat "$XDG_CACHE_HOME/pidofbar")"
-
-alt + XF86AudioMute
- amixer set Capture toggle;\
- kill -RTMIN "$(cat "$XDG_CACHE_HOME/pidofbar")"
-
-XF86Audio{Prev,Play,Next}
- playerctl {previous,play-pause,next}
-
-@Caps_Lock
- kill -RTMIN+3 "$(cat "$XDG_CACHE_HOME/pidofbar")"
-
-alt + y
- mpvy -s
-
-alt + shift + y
- mpvy -a
-
-alt + ctrl + y
- tsp mpvy -A -u "$(xsel -ob)"
-
-alt + w
- "$BROWSER"
-
-# not ideal
-alt + shift + w
- mullvad-exclude "$BROWSER"
-
-alt + s
- shufwall
-
-# not ideal
-alt + v
- if mullvad status | grep -q 'Disconnect'; then mullvad connect -w; else killall qbittorrent; mullvad disconnect -w; fi;\
- kill -RTMIN+4 "$(cat "$XDG_CACHE_HOME/pidofbar")"
-
-# not ideal
-alt + q
- mullvad connect -w;\
- kill -RTMIN+4 "$(cat "$XDG_CACHE_HOME/pidofbar")";\
- qbittorrent
-
-# close dunst Notification
-alt + n
- dunstctl close
-
-alt + shift + n
- alarm 12 'Boiling Water!'
-
-alt + r
- xsel -ob | rev | xsel -ib
-
-# vim: ft=sh