diff options
| author | kd <kdam0@localhost.localdomain> | 2020-05-25 01:28:57 +0000 |
|---|---|---|
| committer | kd <kdam0@localhost.localdomain> | 2020-05-25 01:28:57 +0000 |
| commit | c069868af4dfb59fa98c898126625f6e632c8940 (patch) | |
| tree | f854e8c23f9bdfee97d524810ca97acd8b06d3a5 /sxhkd | |
| parent | 20deaf64bd3638779135280454f3da17cdb66c52 (diff) | |
added fedora configs
Diffstat (limited to 'sxhkd')
| -rw-r--r-- | sxhkd/.config/sxhkd/sxhkdrc | 16 |
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 |
