mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-05 15:54:20 +02:00
This is derived from my Awesome configuration. Still a lot to do from a WM perspective. The organization is a bit different and I am giving it up on the per-display systemd units as it does not really work due to the fact we only have one user DBus and one environment.
11 lines
305 B
Desktop File
11 lines
305 B
Desktop File
[Unit]
|
|
Description=XSETTINGS daemon
|
|
PartOf=graphical-session.target
|
|
|
|
[Service]
|
|
Environment=SKIP_RELOAD=1
|
|
ExecStartPre=%h/.config/i3/bin/xsettingsd-setup
|
|
ExecStart=/usr/bin/xsettingsd -c %h/.xsettingsd
|
|
ExecReload=%h/.config/i3/bin/xsettingsd-setup
|
|
ExecReload=/usr/bin/kill -HUP $MAINPID
|
|
Restart=on-failure
|