init
Signed-off-by: Nico Schottelius <nico@manager.schottelius.org>
This commit is contained in:
parent
256dc98754
commit
df2daf524d
641 changed files with 140617 additions and 12 deletions
14
x-autostart
Executable file
14
x-autostart
Executable file
|
|
@ -0,0 +1,14 @@
|
|||
#!/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'
|
||||
|
||||
# Start programs afterwards and watch matching
|
||||
chromium &
|
||||
# slack &
|
||||
#firefox &
|
||||
#choqok &
|
||||
|
||||
ssh-add </dev/null && mainemacs &
|
||||
Loading…
Add table
Add a link
Reference in a new issue