change backlight backend
This commit is contained in:
parent
d498021fd4
commit
17d2889387
1 changed files with 3 additions and 3 deletions
|
@ -75,8 +75,8 @@ input "type:keyboard" {
|
|||
bindsym --locked XF86AudioMicMute exec pactl set-source-mute @DEFAULT_SOURCE@ toggle
|
||||
|
||||
# Control Brightness
|
||||
bindsym --locked XF86MonBrightnessDown exec light -T 0.72
|
||||
bindsym --locked XF86MonBrightnessUp exec light -T 1.4
|
||||
bindsym --locked XF86MonBrightnessDown exec brightnessctl set 10%-
|
||||
bindsym --locked XF86MonBrightnessUp exec brightnessctl set +10%
|
||||
|
||||
# Take a screenshot
|
||||
bindsym $mod+p exec grim -g "$(slurp)" - | swappy -f -
|
||||
|
|
Loading…
Reference in a new issue