···270270// This line starts waybar, a commonly used bar for Wayland compositors.
271271// spawn-at-startup "waybar"
272272spawn-at-startup "noctalia-shell"
273273+spawn-at-startup "vicinae" "server"
273274274275// To run a shell command (with variables, pipes, etc.), use spawn-sh-at-startup:
275276// spawn-sh-at-startup "qs -c ~/source/qs/MyAwesomeShell"
···621622 // Powers off the monitors. To turn them back on, do any input like
622623 // moving the mouse or pressing any other key.
623624 Mod+Shift+P { power-off-monitors; }
625625+626626+ Mod+Space repeat=false { spawn "vicinae" "toggle"; }
624627}