summaryrefslogtreecommitdiff
path: root/.config/sxhkd/sxhkdrc
diff options
context:
space:
mode:
Diffstat (limited to '.config/sxhkd/sxhkdrc')
-rw-r--r--.config/sxhkd/sxhkdrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc
index 0acbaa26..7079593b 100644
--- a/.config/sxhkd/sxhkdrc
+++ b/.config/sxhkd/sxhkdrc
@@ -1,5 +1,3 @@
-# vim: ft=sh
-
alt + Print
ffmpeg -f x11grab -i "$DISPLAY" -vframes 1 "$XDG_PICTURES_DIR/screenshots/$(time.uuid)".png
@@ -15,7 +13,7 @@ alt + XF86AudioMute
kill -RTMIN "$(cat ~/.cache/pidofbar)"
alt + y
- mpvsel || notify-send "mpvsel failed"
+ mpvsel
alt + w
firefox
@@ -28,3 +26,5 @@ XF86Audio{Prev,Play,Next}
@Caps_Lock
kill -RTMIN+3 "$(cat ~/.cache/pidofbar)"
+
+# vim: ft=sh