mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
feat(autocutsel): disable because i dont want to paste everything i select
This commit is contained in:
@@ -4,18 +4,4 @@
|
|||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
services.clipmenu.enable = true;
|
services.clipmenu.enable = true;
|
||||||
|
|
||||||
# synchronize all the clipboards
|
|
||||||
systemd.user.services.autocutsel = {
|
|
||||||
enable = true;
|
|
||||||
wantedBy = ["graphical-session.target"];
|
|
||||||
after = ["graphical-session.target"];
|
|
||||||
serviceConfig = {
|
|
||||||
Type = "forking";
|
|
||||||
ExecStart = pkgs.writers.writeDash "autocutsel" ''
|
|
||||||
${pkgs.autocutsel}/bin/autocutsel -fork -selection PRIMARY
|
|
||||||
${pkgs.autocutsel}/bin/autocutsel -fork -selection CLIPBOARD
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user