Auto brightness + dunst notification

This commit is contained in:
Filippo Berto 2022-08-16 19:48:57 +02:00
parent 6d5925d6a5
commit 4befb01e03
3 changed files with 14 additions and 21 deletions

View file

@ -55,7 +55,7 @@
"{XF86AudioLowerVolume,XF86AudioMute,XF86AudioRaiseVolume}" = "pamixer {-d 2 -u,-t,-i 2 -u} && dunstify -r 1 Volume `pamixer --get-volume-human`";
"XF86Audio{Next,Play,Prev}" = "playerctl {next,play-pause,previous}";
"super + alt + {Right,Down,Left}" = "playerctl {next,play-pause,previous}";
"XF86MonBrightness{Up,Down}" = "xbacklight {+,-}10%";
"XF86MonBrightness{Up,Down}" = ''xbacklight -{inc,dec} 10 && dunstify -r 2 Luminosità `printf "%.0f" $(xbacklight -get)`'';
"Print" = "gnome-screenshot -i";
};
};