Use relative paths, only workspace 1 & 2
This commit is contained in:
parent
7d392377bf
commit
7af743a22c
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Restore layouts
|
||||
i3-msg 'workspace 1; append_layout /home/users/nico/.i3/workspace-1.json'
|
||||
i3-msg 'workspace 2; append_layout /home/users/nico/.i3/workspace-2.json'
|
||||
i3-msg 'workspace 10; append_layout /home/users/nico/.i3/workspace-10.json'
|
||||
i3-msg 'workspace 1; append_layout ~/.i3/workspace-1.json'
|
||||
i3-msg 'workspace 2; append_layout ~/.i3/workspace-2.json'
|
||||
|
||||
|
||||
# Start programs afterwards and watch matching
|
||||
chromium &
|
||||
|
|
Loading…
Reference in a new issue