From c069868af4dfb59fa98c898126625f6e632c8940 Mon Sep 17 00:00:00 2001 From: kd Date: Sun, 24 May 2020 21:28:57 -0400 Subject: added fedora configs --- sxhkd/.config/sxhkd/sxhkdrc | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'sxhkd') 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 -- cgit v1.2.3