diff options
| author | Christian Cleberg <[email protected]> | 2024-04-27 17:01:13 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2024-04-27 17:01:13 -0500 |
| commit | 63a5afda03daefb45e061a055685335207f21b60 (patch) | |
| tree | d5193997d72a52f7a6d6338ea5da8a6c80b4eddc /content/blog/2023-01-08-fedora-login-manager.org | |
| parent | eac7b5d0841f62d4cf1dc81f0fed3f207316bca0 (diff) | |
| download | cleberg.net-63a5afda03daefb45e061a055685335207f21b60.tar.gz cleberg.net-63a5afda03daefb45e061a055685335207f21b60.tar.bz2 cleberg.net-63a5afda03daefb45e061a055685335207f21b60.zip | |
test conversion back to markdown
Diffstat (limited to 'content/blog/2023-01-08-fedora-login-manager.org')
| -rw-r--r-- | content/blog/2023-01-08-fedora-login-manager.org | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/content/blog/2023-01-08-fedora-login-manager.org b/content/blog/2023-01-08-fedora-login-manager.org deleted file mode 100644 index 861a174..0000000 --- a/content/blog/2023-01-08-fedora-login-manager.org +++ /dev/null @@ -1,40 +0,0 @@ -#+title: How to Remove the Login Manager from Fedora i3 -#+date: 2023-01-08 -#+description: Learn how to completely remove the login manager from Fedora i3. -#+filetags: :linux: - -* Fedora i3's Login Manager -Since I use the i3 spin of Fedora Workstation, I don't like to have a -login manager installed by default. As of the current version of Fedora -i3, the default login manager is LightDM. - -If this is no longer the case, you can search for currently-installed -packages with the following command and see if you can identify a -different login manager. - -#+begin_src sh -sudo dnf list installed -#+end_src - -* Removing the Login Manager -In order to remove the login manager, simply uninstall the package. - -#+begin_src sh -sudo dnf remove lightdm -#+end_src - -* Launching i3 Manually -In order to launch i3 manually, you need to set up your X session -properly. To start, create or edit the =~/.xinitrc= file to include the -following at the bottom. - -#+begin_src config -exec i3 -#+end_src - -Now, whenever you log in to the TTY, you can launch your desktop with -the following command. - -#+begin_src sh -startx -#+end_src |
