configs/arch-config/.config/i3/scripts/layout-default.sh

30 lines
370 B
Bash
Raw Normal View History

2020-08-29 14:11:31 +02:00
#!/bin/bash
2021-04-03 08:44:35 +02:00
i3-msg 'mode "default"'
2021-03-25 08:31:05 +01:00
i3-msg 'workspace 1; exec kitty'
2020-08-29 14:11:31 +02:00
2021-04-03 08:44:35 +02:00
sleep 0.4
2021-03-29 19:22:52 +02:00
2021-07-26 10:38:16 +02:00
i3-msg 'workspace 2; exec firefox'
sleep 1.0
2021-03-29 19:22:52 +02:00
2021-07-26 10:38:16 +02:00
i3-msg 'workspace 2; exec evolution'
2020-08-29 14:11:31 +02:00
sleep 0.5
i3-msg 'workspace 2; exec joplin-desktop'
2021-04-20 17:53:46 +02:00
sleep 0.3
2021-03-29 19:22:52 +02:00
2021-07-26 10:38:16 +02:00
i3-msg 'workspace 2; exec discord'
2020-08-29 14:11:31 +02:00
sleep 6.0
2020-08-29 14:11:31 +02:00
2021-07-26 10:38:16 +02:00
i3-msg 'workspace 2; exec telegram-desktop'
sleep 1
i3-msg 'workspace 2; layout tabbed'