1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 18:21:07 +01:00

feat(autocutsel): disable because i dont want to paste everything i select

This commit is contained in:
2022-12-18 13:51:22 +01:00
parent a2e98794cb
commit 94f2c18432

View File

@@ -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
'';
};
};
} }