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-05-28 13:05:16 +02:00
|
|
|
i3-msg "workspace 2:Web; exec google-chrome-stable --no-default-browser-check --new-window https://www.toggl.com/app/timer https://mail.google.com/mail/u/0/#inbox"
|
2018-04-23 11:56:58 +02:00
|
|
|
i3-msg "workspace 2:Web; move workspace to output $PRIMARY"
|
2018-04-18 23:35:47 +02:00
|
|
|
|