2020-08-29 14:11:31 +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 discord'
|
|
|
|
|
2020-11-15 10:53:57 +01:00
|
|
|
i3-msg 'workspace 2; layout tabbed; exec fractal'
|
2020-08-29 14:11:31 +02:00
|
|
|
|
2020-08-29 14:27:08 +02:00
|
|
|
i3-msg 'workspace 2; layout tabbed; exec bettergram'
|
|
|
|
|
2020-11-15 10:53:57 +01:00
|
|
|
i3-msg 'mode "default"'
|