From b90ec33845ca2cdf8bcf7f7b43bc9ac33f651fc1 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Tue, 11 Aug 2020 16:18:48 +0200 Subject: [PATCH] do not create workspace 1 layout --- start-post-i3 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/start-post-i3 b/start-post-i3 index f7d942f..41c6260 100755 --- a/start-post-i3 +++ b/start-post-i3 @@ -1,7 +1,10 @@ #!/bin/sh # Restore layouts -i3-msg 'workspace 1; append_layout ~/.i3/workspace-1.json' + + +#i3-msg 'workspace 1; append_layout ~/.i3/workspace-1.json' + i3-msg 'workspace 2; append_layout ~/.i3/workspace-2.json' i3-msg 'workspace 10'