mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 15:37:22 +00:00
i3: brightness indicator delay
This commit is contained in:
parent
818dffe51e
commit
5def2b858b
1 changed files with 2 additions and 2 deletions
|
|
@ -72,8 +72,8 @@ bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ to
|
||||||
|
|
||||||
# [Screen Brightness Controls]
|
# [Screen Brightness Controls]
|
||||||
|
|
||||||
bindsym XF86MonBrightnessUp exec --no-startup-id "light -A 5 & sleep 0.1 & dunstify Brightness -h int:value:`light`"
|
bindsym XF86MonBrightnessUp exec --no-startup-id "light -A 5 & sleep 0.3 & dunstify Brightness -h int:value:`light`"
|
||||||
bindsym XF86MonBrightnessDown exec --no-startup-id "light -U 5 & sleep 0.1 & dunstify Brightness -h int:value:`light`"
|
bindsym XF86MonBrightnessDown exec --no-startup-id "light -U 5 & sleep 0.3 & dunstify Brightness -h int:value:`light`"
|
||||||
|
|
||||||
# [i3 Controls]
|
# [i3 Controls]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue