16 lines
341 B
Bash
16 lines
341 B
Bash
#!/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'
|
|
|
|
i3-msg 'workspace 2; layout tabbed; exec fractal'
|
|
|
|
i3-msg 'workspace 2; layout tabbed; exec telegram-desktop'
|
|
|
|
i3-msg 'mode "default"'
|