Commit adbd07ce5276

Vincent Demeester <vincent@sbr.pm>
2025-03-14 11:38:13
users/vincent: update sway autostart command
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 68292cb
Changed files (1)
users
vincent
desktop
users/vincent/desktop/sway.nix
@@ -165,11 +165,12 @@ in
         # Make sure we update systemd service env variables with the current ones. This is required for dbus to work properly.
         { command = "dbus-update-activation-environment --systemd --all"; }
         { command = "systemctl --user restart kanshi"; always = true; }
-        { command = "${pkgs.pa-notify}/bin/pa-notify"; always = true; }
+        { command = "${pkgs.pa-notify}/bin/pa-notify -u0"; always = true; }
         # Probably put a condition here.
         { command = "emacs --fg-daemon"; }
         { command = "i3-back"; }
         { command = "firefox"; }
+        { command = "${pkgs.kitty}/bin/kitty --title metask --class metask"; }
       ];
     };
     extraConfig =