i3: bildschirmhelligkeit
This commit is contained in:
parent
03b99797d8
commit
c3c7bb836a
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue