change backlight backend

This commit is contained in:
stev 2025-02-04 23:12:21 +01:00
parent d498021fd4
commit 17d2889387

View file

@ -75,8 +75,8 @@ input "type:keyboard" {
bindsym --locked XF86AudioMicMute exec pactl set-source-mute @DEFAULT_SOURCE@ toggle bindsym --locked XF86AudioMicMute exec pactl set-source-mute @DEFAULT_SOURCE@ toggle
# Control Brightness # Control Brightness
bindsym --locked XF86MonBrightnessDown exec light -T 0.72 bindsym --locked XF86MonBrightnessDown exec brightnessctl set 10%-
bindsym --locked XF86MonBrightnessUp exec light -T 1.4 bindsym --locked XF86MonBrightnessUp exec brightnessctl set +10%
# Take a screenshot # Take a screenshot
bindsym $mod+p exec grim -g "$(slurp)" - | swappy -f - bindsym $mod+p exec grim -g "$(slurp)" - | swappy -f -
@ -154,7 +154,7 @@ input "type:keyboard" {
# Sway has a "scratchpad", which is a bag of holding for windows. # Sway has a "scratchpad", which is a bag of holding for windows.
# You can send windows there and get them back later. # You can send windows there and get them back later.
# Move the currently focused window to the scratchpad # Move the currently focused window to the scratchpad
bindsym $mod+Shift+minus move scratchpad bindsym $mod+Shift+minus move scratchpad
# Show the next scratchpad window or hide the focused scratchpad window. # Show the next scratchpad window or hide the focused scratchpad window.
# If there are multiple scratchpad windows, this command cycles through them. # If there are multiple scratchpad windows, this command cycles through them.
bindsym $mod+minus scratchpad show bindsym $mod+minus scratchpad show