i3: bildschirmhelligkeit

This commit is contained in:
Michael Grote 2021-07-01 08:04:53 +02:00
parent 03b99797d8
commit c3c7bb836a

View file

@ -36,6 +36,12 @@ bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOU
# Use Mouse+$mod1 to drag floating windows to their wanted position
floating_modifier $mod1
# bildschirmhelligkeit
# heller; fn+f6
bindcode 233 exec sudo brightnessctl s +2%
#dunkler; fn+f7
bindcode 232 exec sudo brightnessctl s 2%-
# start a terminal
bindsym $mod1+Return exec alacritty