8 lines
324 B
Bash
Executable File
8 lines
324 B
Bash
Executable File
#!/bin/bash
|
|
. ~/.i3/env
|
|
|
|
i3-msg "workspace 2:Web; append_layout ~/.i3/layouts/workspace2-web.json"
|
|
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"
|
|
i3-msg "workspace 2:Web; move workspace to output $PRIMARY"
|
|
|