Change timings for work layout
This commit is contained in:
parent
acd3f56e4d
commit
9ca993148c
@ -1,16 +1,18 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
i3-msg 'mode "default"'
|
||||||
|
|
||||||
i3-msg 'workspace 1; exec kitty'
|
i3-msg 'workspace 1; exec kitty'
|
||||||
|
|
||||||
sleep 0.5
|
sleep 0.4
|
||||||
|
|
||||||
i3-msg 'workspace 2; layout tabbed; exec firefox'
|
i3-msg 'workspace 2; layout tabbed; exec firefox'
|
||||||
|
|
||||||
sleep 0.5
|
sleep 0.3
|
||||||
|
|
||||||
i3-msg 'workspace 2; layout tabbed; exec thunderbird'
|
i3-msg 'workspace 2; layout tabbed; exec thunderbird'
|
||||||
|
|
||||||
sleep 0.5
|
sleep 2
|
||||||
|
|
||||||
i3-msg 'workspace 2; layout tabbed; exec slack'
|
i3-msg 'workspace 2; layout tabbed; exec slack'
|
||||||
|
|
||||||
@ -18,10 +20,7 @@ sleep 0.5
|
|||||||
|
|
||||||
i3-msg 'workspace 2; layout tabbed; exec teams'
|
i3-msg 'workspace 2; layout tabbed; exec teams'
|
||||||
|
|
||||||
sleep 0.5
|
sleep 1
|
||||||
|
|
||||||
i3-msg 'workspace 2; layout tabbed; exec p3x-onenote'
|
i3-msg 'workspace 2; layout tabbed; exec p3x-onenote'
|
||||||
|
|
||||||
sleep 0.5
|
|
||||||
|
|
||||||
i3-msg 'mode "default"'
|
|
||||||
|
Loading…
Reference in New Issue
Block a user