summaryrefslogtreecommitdiff
path: root/sxhkd/.config
diff options
context:
space:
mode:
authorShubham Saini <pryr@pryr.xyz>2020-07-29 17:09:08 +0000
committerShubham Saini <pryr@pryr.xyz>2020-07-29 17:09:08 +0000
commit21749df08dbd93b09c291ce66345b4636100a5da (patch)
treebb66f6e906b4fd1db6e809028ca8170d5819a88c /sxhkd/.config
parent1c84c072619de0d877b5aa79175a8598e4e41673 (diff)
ekk
Diffstat (limited to 'sxhkd/.config')
-rw-r--r--sxhkd/.config/sxhkd/sxhkdrc12
1 files changed, 6 insertions, 6 deletions
diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc
index 315cc92..2db257e 100644
--- a/sxhkd/.config/sxhkd/sxhkdrc
+++ b/sxhkd/.config/sxhkd/sxhkdrc
@@ -29,7 +29,7 @@ super + Escape
29super + shift + w 29super + shift + w
30 firefox 30 firefox
31control + alt + l 31control + alt + l
32 /home/fd0e/.local/bin/lock 32 xset s activate
33super + shift + f 33super + shift + f
34 spacefm 34 spacefm
35Print 35Print
@@ -150,16 +150,16 @@ super + {Left,Down,Up,Right}
150 150
151#Volume 151#Volume
152XF86Audio{RaiseVolume,LowerVolume} 152XF86Audio{RaiseVolume,LowerVolume}
153 amixer set Master {'5%+','5%-'} 153 pulsemixer --change-volume {+5,-5}
154XF86AudioMute 154XF86AudioMute
155 amixer set Master toggle 155 pulsemixer --toggle-mute
156 156
157#Playerctl 157#Playerctl
158XF86Audio{Play,Next,Prev} 158XF86Audio{Play,Next,Prev}
159 playerctl {play-pause,next,previous} 159 cmus-remote {-u,-n,-r}
160 160
161#light 161#light
162XF86MonBrightnessDown 162XF86MonBrightnessDown
163 sudo bash -c 'for f in /sys/class/backlight/*; do echo $(($(<$f/brightness)-5*$(<$f/max_brightness)/100)) > $f/brightness; done' 163 sudo ~/bin/light d
164XF86MonBrightnessUp 164XF86MonBrightnessUp
165 sudo bash -c 'for f in /sys/class/backlight/*; do echo $(($(<$f/brightness)+5*$(<$f/max_brightness)/100)) > $f/brightness; done' 165 sudo ~/bin/light u