25 lines
445 B
Bash
Executable File
25 lines
445 B
Bash
Executable File
#!/bin/bash
|
|
|
|
i3-msg 'mode "default"'
|
|
|
|
i3-msg 'workspace 1; exec kitty'
|
|
|
|
sleep 0.4
|
|
|
|
i3-msg 'workspace 2; layout tabbed; exec firefox'
|
|
|
|
sleep 0.5
|
|
|
|
#i3-msg 'workspace 2; layout tabbed; exec thunderbird'
|
|
i3-msg 'workspace 2; layout tabbed; exec evolution'
|
|
|
|
sleep 0.3
|
|
|
|
i3-msg 'workspace 2; layout tabbed; exec discord'
|
|
|
|
sleep 5.8
|
|
|
|
#i3-msg 'workspace 2; layout tabbed; exec element-desktop'
|
|
|
|
i3-msg 'workspace 2; layout tabbed; exec telegram-desktop'
|