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 -
|
||||
|
@ -154,7 +154,7 @@ input "type:keyboard" {
|
|||
# Sway has a "scratchpad", which is a bag of holding for windows.
|
||||
# You can send windows there and get them back later.
|
||||
# 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.
|
||||
# If there are multiple scratchpad windows, this command cycles through them.
|
||||
bindsym $mod+minus scratchpad show
|
||||
|
|
Loading…
Reference in a new issue