dotfiles/sway/.config/sway/config.d/misc_autostart

18 lines
614 B
Plaintext
Raw Normal View History

2021-11-20 19:52:12 +00:00
exec_always blueman-applet
exec_always /usr/bin/nm-applet --indicator
exec_always nextcloud
exec_always /usr/libexec/goa-daemon --replace
exec gammastep-indicator
2021-11-25 13:09:19 +00:00
exec mako
exec "avizo-service"
2024-02-12 07:09:30 +00:00
exec_always ~/.local/bin/sway/autotiling-rs
2022-10-04 07:46:36 +00:00
exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
#exec_always pkill kanshi; exec_always kanshi
exec_always "systemctl --user import-environment; systemctl --user start sway-session.target"
exec swaymsg "workspace $ws1; exec firefox;"
exec swaymsg "workspace $ws2; exec thunderbird;"
2023-10-20 04:27:15 +00:00
exec swaymsg "workspace scratchpad; exec $term -e 'mocp';"