From 7e63c4b3ad1f784fd855cdab70f1c1e2b3d764ab Mon Sep 17 00:00:00 2001 From: Amir Saeid Date: Sun, 3 May 2026 18:16:57 +0100 Subject: Move to workspace 1 at startup --- hosts/gheshki/home.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hosts/gheshki') diff --git a/hosts/gheshki/home.nix b/hosts/gheshki/home.nix index a83b3cc..12afe0a 100644 --- a/hosts/gheshki/home.nix +++ b/hosts/gheshki/home.nix @@ -90,6 +90,9 @@ "${mod}+Shift+0" = "move container to workspace 10"; }; + startup = [ + { command = "i3-msg workspace 1"; notification = false; } + ]; bars = [ { fonts = { -- cgit v1.2.3