nsbin/start-post-i3
2019-06-23 18:02:40 +02:00

13 lines
285 B
Bash
Executable file

#!/bin/sh
# Restore layouts
i3-msg 'workspace 1; append_layout ~/.i3/workspace-1.json'
i3-msg 'workspace 2; append_layout ~/.i3/workspace-2.json'
i3-msg 'workspace 10'
# Start programs afterwards and watch matching
# chromium &
# slack &
firefox &
ssh-add </dev/null && mainemacs &