How Can I Change System Settings Without a Desktop Environment?

0
11
Asked By CuriousCoder42 On

I'm planning to switch from a full desktop environment to a window manager, but I'm unsure how to manage system settings without a graphical interface. With KDE, I had access to System Settings and could configure options through the Task Manager. How can I accomplish similar changes in a text-based environment? I'm aware that KDE likely runs commands and modifies configuration files in the background. Can someone guide me on how to do this manually? Are there resources or command-line tools I should know about?

4 Answers

Answered By TechieTina On

The method of configuration greatly depends on the applications you're using, so there isn't a one-size-fits-all solution. Generally, you'll be editing configuration files in your ~/.config directory. A good way to learn how to make these changes is to check out the wikis and manual pages for the tools you're using.

Answered By ChillPanda On

Don't worry about losing the desktop environment! You can have multiple DEs and WMs installed and choose which one to use at login. Although you’ll likely need to set up some configuration files in ~/.config, most window managers come with default settings, so you won’t be left with a blank screen.

Answered By BashGuru99 On

You can definitely configure system settings through the TTY and the BASH command line. Just keep in mind that your distro loads its desktop environment components at boot, including the display server and window manager. You'll have to set up your own configs for the window manager you're opting for.

Answered By SystemSavvySam On

If you think about system-wide settings, most of them are stored in files under /etc. You can edit these files using a command-line text editor like Nano, which is quite easy to use. For example, your drive mount settings are in /etc/fstab. Just be careful, as a small mistake can lead to boot issues!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.