{ pkgs, ... }: { wayland.windowManager.sway.config = { bars = [{ command = "waybar"; }]; startup = [ # Scratchpads { command = "foot -a btop -T Gotop btop"; } { command = "foot -a music -T Music ncmpcpp"; } { command = "foot -a sound -T Sound pulsemixer"; } # Daemons and tray apps { command = "hyprpaper"; } { command = "wl-paste -t text --watch clipman store -P"; } { command = "wl-copy"; } { command = "mako"; } { command = "sunshine"; } { command = "xwayland-satellite"; } { command = "${pkgs.mate.mate-polkit}/libexec/polkit-mate-authentication-agent-1"; } # Foreground apps { command = "librewolf -P Misc --name=MiscBrowser"; } { command = "vesktop"; } { command = "fractal"; } { command = "telegram-desktop"; } { command = "thunderbird"; } ]; }; }