Created
August 19, 2022 00:14
-
-
Save jcrd/c53a8446f1483b355606ed27299919cb to your computer and use it in GitHub Desktop.
sessiond session services
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=Lock X session with i3lock | |
Documentation=man:i3lock(1) | |
PartOf=graphical-session.target | |
[Service] | |
ExecStart=/usr/bin/i3lock -n | |
ExecStopPost=/usr/bin/sessionctl unlock | |
[Install] | |
WantedBy=graphical-lock.target |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=Picom X compositor | |
Documentation=man:picom(1) | |
PartOf=graphical-session.target | |
[Service] | |
ExecStart=/usr/bin/picom | |
Restart=on-failure | |
[Install] | |
WantedBy=graphical-session.target |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=Redshift display colour temperature adjustment | |
Documentation=man:redshift(1) | |
Requires=geoclue-agent.service | |
After=geoclue-agent.service | |
PartOf=graphical-session.target | |
[Service] | |
ExecStart=/usr/bin/redshift | |
Restart=on-failure | |
[Install] | |
WantedBy=graphical-session.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment