Update
This commit is contained in:
@@ -149,12 +149,25 @@ bindsym $mod+z exec $locking
|
||||
# bindsym $mod+x exec "taskwarrior_stop"
|
||||
# bindsym $mod+Shift+z exec "suspend-and-lock"
|
||||
|
||||
bindsym XF86MonBrightnessUp exec --no-startup-id /usr/bin/light -A 5
|
||||
bindsym XF86MonBrightnessDown exec --no-startup-id /usr/bin/light -U 5
|
||||
# OG
|
||||
# bindsym XF86MonBrightnessUp exec --no-startup-id /usr/bin/light -A 5
|
||||
# bindsym XF86MonBrightnessDown exec --no-startup-id /usr/bin/light -U 5
|
||||
|
||||
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +3%
|
||||
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -3%
|
||||
bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle
|
||||
bindsym XF86MonBrightnessUp exec --no-startup-id swayosd-client --brightness raise
|
||||
bindsym XF86MonBrightnessDown exec --no-startup-id swayosd-client --brightness lower
|
||||
|
||||
# OG
|
||||
# bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +3%
|
||||
# bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -3%
|
||||
# bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle
|
||||
|
||||
bindsym XF86AudioRaiseVolume exec --no-startup-id swayosd-client --output-volume raise
|
||||
bindsym XF86AudioLowerVolume exec --no-startup-id swayosd-client --output-volume lower
|
||||
bindsym XF86AudioMute exec --no-startup-id swayosd-client --output-volume mute-toggle
|
||||
|
||||
bindsym XF86AudioPlay exec swayosd-client --playerctl play-pause
|
||||
bindsym XF86AudioNext exec swayosd-client --playerctl next
|
||||
bindsym XF86AudioPrev exec swayosd-client --playerctl prev
|
||||
|
||||
# bindsym $mod+Shift+o exec "display_switch"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user