2018-04-18 23:35:47 +02:00
|
|
|
#!/bin/bash
|
|
|
|
. ~/.i3/env
|
|
|
|
|
|
|
|
i3-msg "workspace 2:Web; append_layout ~/.i3/layouts/workspace2-web.json"
|
2018-04-22 18:44:43 +02:00
|
|
|
i3-msg "workspace 2: Web; exec google-chrome-stable --new-window https://www.toggl.com/app/timer https://inbox.google.com/ --no-default-browser-check"
|
2018-04-18 23:35:47 +02:00
|
|
|
i3-msg "workspace 2: Web; move workspace to output $PRIMARY"
|
|
|
|
|