diff --git a/sway/.config/sway/config b/sway/.config/sway/config index 54c0ef9..927d4cb 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config @@ -25,7 +25,8 @@ set $laptopScreen eDP-1 ### Output configuration # # Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/) -output * bg ~/Images/Wallpapers/Pteridium.jpg fill +# output * bg ~/Images/Wallpapers/Pteridium.jpg fill +output * bg ~/Images/Wallpapers/coraill.jpg fill # # Example configuration: # diff --git a/sway/.config/sway/config.d/misc_autostart b/sway/.config/sway/config.d/misc_autostart index 4081a1b..c8c5d1e 100644 --- a/sway/.config/sway/config.d/misc_autostart +++ b/sway/.config/sway/config.d/misc_autostart @@ -10,6 +10,8 @@ exec gammastep-indicator exec mako exec "avizo-service" +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"