do not create workspace 1 layout
This commit is contained in:
parent
dfde2802eb
commit
b90ec33845
1 changed files with 4 additions and 1 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue