updates
This commit is contained in:
parent
7d9fc767db
commit
8a7dd224f9
15 changed files with 360 additions and 142 deletions
|
|
@ -80,24 +80,24 @@
|
|||
# };
|
||||
# };
|
||||
|
||||
systemd.user.services.input-leap = {
|
||||
Unit = {
|
||||
Description = "Autostart Input Leap";
|
||||
After = [ "graphical-session.target" ];
|
||||
};
|
||||
# systemd.user.services.input-leap = {
|
||||
# Unit = {
|
||||
# Description = "Autostart Input Leap";
|
||||
# After = [ "graphical-session.target" ];
|
||||
# };
|
||||
|
||||
Service = {
|
||||
Type = "oneshot";
|
||||
RemainAfterExit = true;
|
||||
PassEnvironment = "DISPLAY";
|
||||
ExecStart = "${pkgs.writeShellScript "input-leap-start" ''
|
||||
sleep 5
|
||||
${pkgs.input-leap}/bin/input-leap
|
||||
''}";
|
||||
};
|
||||
# Service = {
|
||||
# Type = "oneshot";
|
||||
# RemainAfterExit = true;
|
||||
# PassEnvironment = "DISPLAY";
|
||||
# ExecStart = "${pkgs.writeShellScript "input-leap-start" ''
|
||||
# sleep 5
|
||||
# ${pkgs.input-leap}/bin/input-leap
|
||||
# ''}";
|
||||
# };
|
||||
|
||||
Install = {
|
||||
WantedBy = [ "graphical-session.target" ];
|
||||
};
|
||||
};
|
||||
# Install = {
|
||||
# WantedBy = [ "graphical-session.target" ];
|
||||
# };
|
||||
# };
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue