aboutsummaryrefslogtreecommitdiff
path: root/sxhkd
diff options
context:
space:
mode:
Diffstat (limited to 'sxhkd')
-rw-r--r--sxhkd/.config/sxhkd/sxhkdrc16
1 files changed, 9 insertions, 7 deletions
diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc
index bb86783..2a57f12 100644
--- a/sxhkd/.config/sxhkd/sxhkdrc
+++ b/sxhkd/.config/sxhkd/sxhkdrc
@@ -9,7 +9,7 @@ super + e
$TERMINAL -n email -e neomutt
super + r
- $TERMINAL -e lf
+ $TERMINAL -e ranger
super + shift + r
pcmanfm
@@ -51,18 +51,20 @@ super + bracket{left,right}
# Sound Control
-super + shift + m
+XF86AudioMute
pamixer --allow-boost -t && notify-send "🎧 $(pamixer --get-volume-human)"
-super + {minus,equal}
+{XF86AudioLowerVolume, XF86AudioRaiseVolume}
pamixer --allow-boost -{d,i} 10 && notify-send "🎧 $(pamixer --get-volume-human)"
+
super + F1
amixer -c 0 set Headphone 100% unmute && notify-send -t 1000 "🎧 Unmuted!"
-# Misc
-super + shift + d
- mpv /mnt/newvol/p/"$(ls /mnt/newvol/p | rofi -dmenu -lines 10)"
+# Brightness control
+{XF86MonBrightnessDown, XF86MonBrightnessUp}
+ light -{U,A} 10; notify-send "💡 $(light -G)";
+# Misc
super + shift + f
dmenuunicode
@@ -82,4 +84,4 @@ super + {F7,F8}
screen.sh {l,d}
{_,shift} + Print
- maim -{s,i $(xdotool getactivewindow)} ~/Pictures/$(date +%s).png
+ maim -{s,i $(xdotool getactivewindow)} ~/Pictures/maim-$(date +%s).png