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

28 lines
435 B
Bash
Raw Normal View History

2020-09-26 17:13:26 +02:00
#!/bin/bash
2021-05-18 10:02:06 +02:00
i3-msg 'mode "default"'
2021-03-25 08:31:05 +01:00
i3-msg 'workspace 1; exec kitty'
2020-09-26 17:13:26 +02:00
2021-05-18 10:02:06 +02:00
sleep 0.4
2021-03-29 19:22:52 +02:00
2020-09-26 17:13:26 +02:00
i3-msg 'workspace 2; layout tabbed; exec firefox'
sleep 0.7
2021-03-29 19:22:52 +02:00
2021-05-21 14:15:15 +02:00
#i3-msg 'workspace 2; layout tabbed; exec thunderbird'
i3-msg 'workspace 2; layout tabbed; exec evolution'
2020-09-26 17:13:26 +02:00
2021-05-18 10:02:06 +02:00
sleep 2
2021-03-29 19:22:52 +02:00
2020-09-26 17:13:26 +02:00
i3-msg 'workspace 2; layout tabbed; exec slack'
2021-03-29 19:22:52 +02:00
sleep 0.5
2020-09-26 17:13:26 +02:00
i3-msg 'workspace 2; layout tabbed; exec teams'
2021-05-18 10:02:06 +02:00
sleep 1
2021-03-29 19:22:52 +02:00
2021-03-11 09:57:33 +01:00
i3-msg 'workspace 2; layout tabbed; exec p3x-onenote'