20 lines
330 B
Plaintext
20 lines
330 B
Plaintext
# Restart pipewire for some fucking reason
|
|
exec gentoo-pipewire-launcher restart &
|
|
|
|
# Run in bg/tray
|
|
exec keepassxc
|
|
|
|
exec kitty
|
|
exec /usr/bin/steam
|
|
# put vivaldi on workspace 2
|
|
workspace 2
|
|
exec vivaldi
|
|
|
|
exec vesktop
|
|
exec telegram-desktop
|
|
exec profanity-autostart
|
|
|
|
# focus back on workspace 1
|
|
# (not sure if necessary)
|
|
workspace 1
|