fix vicinae toggle

This commit is contained in:
2025-10-01 19:36:53 +02:00
parent 73c149ea32
commit e667e36c4b

View File

@@ -134,7 +134,7 @@ binds {
// Suggested binds for running programs: terminal, app launcher, screen locker.
Mod+Return { spawn "sh" "-c" "alacritty msg create-window || alacritty"; }
Mod+D { spawn "vicinae"; }
Mod+D { spawn "vicinae" "toggle"; }
Super+Alt+L { spawn "swaylock"; }
XF86AudioRaiseVolume allow-when-locked=true { spawn "wpctl" "set-volume" "@DEFAULT_AUDIO_SINK@" "0.05+"; }