aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xScripts/.config/Scripts/done.sh4
-rw-r--r--sxhkd/.config/sxhkd/sxhkdrc16
2 files changed, 11 insertions, 9 deletions
diff --git a/Scripts/.config/Scripts/done.sh b/Scripts/.config/Scripts/done.sh
index 1cfd1e4..71e2970 100755
--- a/Scripts/.config/Scripts/done.sh
+++ b/Scripts/.config/Scripts/done.sh
@@ -1,9 +1,9 @@
#!/bin/sh
-if [ -e ~/.config/bspwm/wal.sh ]; then
+if [ -e ~/.config/wal/update_bspwm.sh ]; then
~/.config/wal/update_bspwm.sh
fi
-if [ -e ~/.config/dunst/wal.sh ]; then
+if [ -e ~/.config/wal/update_dunst.sh ]; then
~/.config/wal/update_dunst.sh
fi
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