2020-09-26 17:13:26 +02:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
i3-msg 'workspace 1; exec termite'
|
|
|
|
|
|
|
|
i3-msg 'workspace 2; layout tabbed; exec firefox'
|
|
|
|
|
|
|
|
i3-msg 'workspace 2; layout tabbed; exec thunderbird'
|
|
|
|
|
|
|
|
i3-msg 'workspace 2; layout tabbed; exec slack'
|
|
|
|
|
|
|
|
i3-msg 'workspace 2; layout tabbed; exec teams'
|
|
|
|
|
2021-03-11 09:57:33 +01:00
|
|
|
i3-msg 'workspace 2; layout tabbed; exec p3x-onenote'
|
|
|
|
|
2020-09-26 17:13:26 +02:00
|
|
|
i3-msg 'mode "default"'
|