fix(sway): config typos

This commit is contained in:
2026-03-11 14:20:56 +01:00
parent f63237e40e
commit f148ab1559
2 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ bindsym $mod+u exec $lockscreen
bindsym $mod+Shift+Ctrl+Alt+space exec 1password --quick-access bindsym $mod+Shift+Ctrl+Alt+space exec 1password --quick-access
bindsym Print exec flameshot gui bindsym Print exec flameshot gui
# programs' # window
bindsym $mod+Shift+q kill bindsym $mod+Shift+q kill
# move focus # move focus
@@ -85,7 +85,7 @@ bindsym --locked XF86AudioLowerVolume exec pamixer -d 5 && pamixer --get-volume
bindsym --locked XF86AudioRaiseVolume exec pamixer -i 5 && pamixer --get-volume > $wobs bindsym --locked XF86AudioRaiseVolume exec pamixer -i 5 && pamixer --get-volume > $wobs
bindsym --locked F16 exec pactl set-source-mute \@DEFAULT_SOURCE@ toggle bindsym --locked F16 exec pactl set-source-mute \@DEFAULT_SOURCE@ toggle
# xf86-brightnes # xf86-brightness
bindsym --locked XF86MonBrightnessDown exec brightnessctl set 5%- bindsym --locked XF86MonBrightnessDown exec brightnessctl set 5%-
bindsym --locked XF86MonBrightnessUp exec brightnessctl set 5%+ bindsym --locked XF86MonBrightnessUp exec brightnessctl set 5%+
# xf86-audio # xf86-audio

View File

@@ -1,4 +1,4 @@
# deamon # daemon
exec swayidle -w exec swayidle -w
exec wlsunset -l 46.1 -L 14.5 exec wlsunset -l 46.1 -L 14.5
exec rm -f $wobs \ exec rm -f $wobs \