diff options
| author | Amir Saeid <amir@glgdgt.com> | 2026-05-03 18:16:57 +0100 |
|---|---|---|
| committer | Amir Saeid <amir@glgdgt.com> | 2026-05-03 18:16:57 +0100 |
| commit | 7e63c4b3ad1f784fd855cdab70f1c1e2b3d764ab (patch) | |
| tree | d6482b70b744f39d66898b8297eecacc8b72402c /hosts/gheshki/home.nix | |
| parent | b702dccffa02bd33235f4c6de4684613dbc6d4c6 (diff) | |
Move to workspace 1 at startup
Diffstat (limited to 'hosts/gheshki/home.nix')
| -rw-r--r-- | hosts/gheshki/home.nix | 3 |
1 files changed, 3 insertions, 0 deletions
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 = { |
