From 2c4d3fb15b2d548ee9856bfc9e25b2441eacec05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Violet=20Truchse=C3=9F?= Date: Sat, 10 Feb 2024 15:31:38 +0100 Subject: [PATCH] set default workspace startup cmd --- home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home.nix b/home.nix index e261056..93a2729 100644 --- a/home.nix +++ b/home.nix @@ -227,6 +227,7 @@ startup = [ { command = "feh --bg-scale ~/.config/home-manager/xenia.png"; } { command = "keepassxc"; } + { command = "i3-msg workspace 1"; } ]; }; services.redshift = {