Skip to content

Instantly share code, notes, and snippets.

@Costava
Created January 31, 2024 00:18
Show Gist options
  • Save Costava/5f7324d7ea6e5ef1c918be4db5b5a748 to your computer and use it in GitHub Desktop.
Save Costava/5f7324d7ea6e5ef1c918be4db5b5a748 to your computer and use it in GitHub Desktop.

Manjaro Linux xsettingsd notes

Install

pamac install xsettingsd

systemctl

The service is expected to be per-user as opposed to system-wide.
Include a --user arg when working with systemctl.

Check status

systemctl --user status xsettingsd

Start service

systemctl --user start xsettingsd

The service will die right away if it cannot find a config file.
Check the status to see if it actually started.

Config at ~/.config/xsettingsd/xsettingsd.conf
Example contents (from https://wiki.archlinux.org/title/Xsettingsd):

Xft/Hinting 1
Xft/HintStyle "hintslight"
Xft/Antialias 1
Xft/RGBA "rgb"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment