diff options
| -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 = { |
