Skip to content

Instantly share code, notes, and snippets.

@k3karthic
Last active May 15, 2026 17:46
Show Gist options
  • Select an option

  • Save k3karthic/95c7f1322b80f2557959c2a2b85e1e31 to your computer and use it in GitHub Desktop.

Select an option

Save k3karthic/95c7f1322b80f2557959c2a2b85e1e31 to your computer and use it in GitHub Desktop.
Fedora Budgie Atomic - AutoLogin

Add the following to /etc/sddm.conf.d/autologin.conf

[Autologin]
User=<username>
Session=budgie-desktop

You can check the name of the session by looking at the file present at /usr/share/wayland-sessions/.

Update permissions

sudo chmod 644 /etc/sddm.conf.d/autologin.conf
sudo restorecon /etc/sddm.conf.d/autologin.conf

Configure network manager to infinitely retry wireless connections

nmcli connection modify "<SSID>" connection.autoconnect-retries 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment