This repository has been archived on 2024-04-07. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/dotfiles/systemd/xsettingsd.service

14 lines
231 B
SYSTEMD

# {{ header() }}
[Unit]
Description= X settings daemon
Documentation=https://github.com/derat/xsettingsd
PartOf=graphical-session.target
[Service]
Type=simple
ExecStart=/usr/bin/xsettingsd
[Install]
WantedBy=sway-session.target