10 lines
603 B
Text
10 lines
603 B
Text
exec-once = [workspace 1 silent] $browser
|
|
exec-once = [workspace 2 silent] thunderbird
|
|
exec-once = [workspace 2 silent] element-desktop
|
|
exec-once = [workspace 3 silent] chromium --profile-directory="Default"
|
|
exec-once = [workspace 4 silent] chromium --profile-directory="Profile 1"
|
|
exec-once = [workspace 3 silent] chromium --user-data-dir="$HOME/.config/chromium/Default" --new-window
|
|
exec-once = [workspace 4 silent] chromium --user-data-dir="$HOME/.config/chromium/Profile 1" --new-window
|
|
|
|
exec-once = [workspace special:magic silent] $terminal
|
|
exec-once = [workspace special:magic silent] keepassxc
|