The startup from within the sway autostart script that I had failed to keep things on the correct workspaces and started things out of order. This moves that to a bash script that calls everything with i3-toolwait (https://gitlab.com/wef/dotfiles/-/blob/master/bin/i3-toolwait) to attempt to control that better.
		
			
				
	
	
		
			27 lines
		
	
	
	
		
			921 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
	
		
			921 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| # 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
 | |
| exec copyq --start-server
 | |
| exec /usr/bin/swaync
 | |
| exec export YDOTOOL_SOCKET=/tmp/.ydotool_socket
 | |
| exec ydotoold
 | |
| 
 | |
| ##password keyring unlock
 | |
| #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
 | |
| 
 | |
| # Force order and screens for app startup
 | |
| exec /home/kellya/.config/sway/scripts/workspaces.sh
 | |
| 
 | |
| # start the auto run .desktop files
 | |
| exec dex-autostart --autostart --environment sway
 | |
| 
 | |
| exec /home/kellya/bin/bg_rotate_sway.sh
 | |
| exec ~/.local/bin/solaar -w hide -b symbolic
 | |
| exec swayosd-server
 |