wayneko: set --follow-pointer to false
makes the bottom of the screen usable again
This commit is contained in:
parent
5f54ca60d7
commit
06139fc18a
1 changed files with 5 additions and 2 deletions
|
@ -10,11 +10,14 @@ in {
|
||||||
description = "Wayneko, as a systemd service";
|
description = "Wayneko, as a systemd service";
|
||||||
|
|
||||||
wantedBy = ["graphical-session.target"];
|
wantedBy = ["graphical-session.target"];
|
||||||
partOf = ["graphical-session.target"];
|
wants = ["graphical-session.target"];
|
||||||
after = ["graphical-session.target"];
|
after = ["graphical-session.target"];
|
||||||
|
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
ExecStart = "${getExe pkgs.wayneko} --layer top";
|
ExecStart = "${getExe pkgs.wayneko} --layer top --follow-pointer false";
|
||||||
|
Restart = "on-failure";
|
||||||
|
RestartSec = 1;
|
||||||
|
TimeoutStopSec = 10;
|
||||||
|
|
||||||
LockPersonality = true;
|
LockPersonality = true;
|
||||||
MemoryDenyWriteExecute = true;
|
MemoryDenyWriteExecute = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue