nsbin/start-post-i3
2017-07-26 10:25:26 +02:00

14 lines
274 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'
# Start programs afterwards and watch matching
chromium &
# slack &
#firefox &
#choqok &
ssh-add </dev/null && mainemacs &