smaller intervals
This commit is contained in:
parent
4fddbc8789
commit
33dc4c76b3
@ -1,25 +1,23 @@
|
|||||||
#!/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 0.5
|
||||||
|
|
||||||
i3-msg 'workspace 2; layout tabbed; exec discord'
|
i3-msg 'workspace 2; layout tabbed; exec discord'
|
||||||
|
|
||||||
sleep 0.5
|
sleep 0.7
|
||||||
|
|
||||||
#i3-msg 'workspace 2; layout tabbed; exec element-desktop'
|
#i3-msg 'workspace 2; layout tabbed; exec element-desktop'
|
||||||
|
|
||||||
i3-msg 'workspace 2; layout tabbed; exec telegram-desktop'
|
i3-msg 'workspace 2; layout tabbed; exec telegram-desktop'
|
||||||
|
|
||||||
sleep 0.5
|
|
||||||
|
|
||||||
i3-msg 'mode "default"'
|
|
||||||
|
Loading…
Reference in New Issue
Block a user