diff options
author | Christian Cleberg <hello@cleberg.net> | 2024-04-29 14:18:55 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2024-04-29 14:18:55 -0500 |
commit | fdd80eadcc2f147d0198d94b7b908764778184a2 (patch) | |
tree | fbec9522ea9aa13e8105efc413d2498c3c5b4cd6 /content/blog/2023-01-08-fedora-login-manager.md | |
parent | d6c80fdc1dea9ff242a4d3c7d3939d2727a8da56 (diff) | |
download | cleberg.net-fdd80eadcc2f147d0198d94b7b908764778184a2.tar.gz cleberg.net-fdd80eadcc2f147d0198d94b7b908764778184a2.tar.bz2 cleberg.net-fdd80eadcc2f147d0198d94b7b908764778184a2.zip |
format line wrapping and fix escaped characters
Diffstat (limited to 'content/blog/2023-01-08-fedora-login-manager.md')
-rw-r--r-- | content/blog/2023-01-08-fedora-login-manager.md | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/content/blog/2023-01-08-fedora-login-manager.md b/content/blog/2023-01-08-fedora-login-manager.md index 2f1fdfa..8e98610 100644 --- a/content/blog/2023-01-08-fedora-login-manager.md +++ b/content/blog/2023-01-08-fedora-login-manager.md @@ -5,15 +5,15 @@ description = "" draft = false +++ -# Fedora i3\'s Login Manager +# 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. +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. +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. ```sh sudo dnf list installed @@ -29,16 +29,16 @@ sudo dnf remove lightdm # 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. +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. ``` config exec i3 ``` -Now, whenever you log in to the TTY, you can launch your desktop with -the following command. +Now, whenever you log in to the TTY, you can launch your desktop with the +following command. ```sh startx |