Update backlight status more immediately-ish
with a USR1 to i3status
This commit is contained in:
parent
2cf9dc1d16
commit
28d310428a
@ -106,8 +106,8 @@ bindsym XF86AudioLowerVolume exec pactl set-sink-volume 0 -1000
|
||||
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume 0 +1000
|
||||
bindsym XF86AudioMute exec pactl set-sink-mute 0 toggle
|
||||
|
||||
bindsym XF86MonBrightnessDown exec xbacklight -5
|
||||
bindsym XF86MonBrightnessUp exec xbacklight +5
|
||||
bindsym XF86MonBrightnessDown exec ~/.i3status-update-do xbacklight -5
|
||||
bindsym XF86MonBrightnessUp exec ~/.i3status-update-do xbacklight +5
|
||||
|
||||
bindsym XF86Calculator exec i3lock -c ed1c24
|
||||
bindsym XF86Tools exec xfce4-screenshooter
|
||||
|
3
i3status-update-do
Executable file
3
i3status-update-do
Executable file
@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
"$@"
|
||||
exec kill -USR1 $(pidof i3status)
|
Loading…
Reference in New Issue
Block a user