2023-11-27 10:33:02 -05:00
|
|
|
# Things that will get started automatically at startup
|
|
|
|
exec /home/kellya/bin/sway_screenshare.sh
|
|
|
|
|
|
|
|
exec_always cat /proc/acpi/button/lid/LID/state | awk '{print $2}' | grep -q 'closed' && swaymsg output eDP-1 disable
|
2023-11-28 09:43:10 -05:00
|
|
|
exec copyq --start-server
|
2024-11-29 16:07:04 -05:00
|
|
|
exec /usr/bin/swaync
|
2023-11-28 09:43:10 -05:00
|
|
|
exec export YDOTOOL_SOCKET=/tmp/.ydotool_socket
|
|
|
|
exec ydotoold
|
2023-11-27 10:33:02 -05:00
|
|
|
|
2024-12-18 20:52:04 -05:00
|
|
|
##password keyring unlock
|
2023-11-27 10:33:02 -05:00
|
|
|
#exec --no-startup-id /home/kellya/projects/public/gnome-keyring-yubikey-unlock/unlock_keyrings.sh /home/kellya/gnome-secret
|
|
|
|
|
|
|
|
# start nm-applet for network tray icon
|
|
|
|
exec nm-applet
|
|
|
|
|
|
|
|
# use gnome settings to set gnome things to dark mode by default
|
|
|
|
exec /usr/libexec/gsd-xsettings
|
|
|
|
|
2024-12-18 20:52:04 -05:00
|
|
|
# Force order and screens for app startup
|
|
|
|
exec /home/kellya/.config/sway/scripts/workspaces.sh
|
2023-11-27 10:33:02 -05:00
|
|
|
|
|
|
|
# start the auto run .desktop files
|
2024-03-01 16:29:45 -05:00
|
|
|
exec dex-autostart --autostart --environment sway
|
2023-11-27 10:33:02 -05:00
|
|
|
|
2024-03-01 16:29:45 -05:00
|
|
|
exec /home/kellya/bin/bg_rotate_sway.sh
|
|
|
|
exec ~/.local/bin/solaar -w hide -b symbolic
|
2024-11-29 16:07:04 -05:00
|
|
|
exec swayosd-server
|