Created
May 2, 2018 09:35
-
-
Save spvkgn/92a54c12772c5b7e42f941e4c12713f4 to your computer and use it in GitHub Desktop.
systemd user units
This file contains hidden or 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=Compton X11 compositor | |
After=graphical.target | |
[Service] | |
Type=forking | |
Restart=always | |
RestartSec=10 | |
ExecStart=/usr/bin/compton -b | |
ExecReload=/bin/kill -SIGUSR1 $MAINPID | |
[Install] | |
WantedBy=default.target |
This file contains hidden or 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=In-place conversion of text typed in with a wrong keyboard layout when users work in multilingual environment. | |
After=graphical.target | |
[Service] | |
Type=simple | |
Restart=always | |
RestartSec=10 | |
ExecStart=/usr/bin/xneur | |
[Install] | |
WantedBy=default.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
put in
~/.config/systemd/user