2020-08-29 14:11:31 +02:00
|
|
|
#!/bin/bash
|
|
|
|
|
2021-04-03 08:44:35 +02:00
|
|
|
i3-msg 'mode "default"'
|
|
|
|
|
2022-05-08 20:45:31 +02:00
|
|
|
# workspace 1
|
|
|
|
i3-msg "workspace 1; append_layout ~/.config/i3/layouts/layout-default/workspace-1.json"
|
2020-08-29 14:11:31 +02:00
|
|
|
|
2022-05-08 20:45:31 +02:00
|
|
|
(kitty &)
|
2021-03-29 19:22:52 +02:00
|
|
|
|
2022-05-08 20:45:31 +02:00
|
|
|
# workspace 2
|
|
|
|
i3-msg "workspace 2; append_layout ~/.config/i3/layouts/layout-default/workspace-2.json"
|
2021-07-26 10:38:16 +02:00
|
|
|
|
2022-05-08 20:45:31 +02:00
|
|
|
(firefox &)
|
|
|
|
(thunderbird &)
|
|
|
|
(joplin-desktop &)
|
|
|
|
(discord --no-sandbox &)
|