update microbin, add sxhkdrc command to paste clipboard to my bin

This commit is contained in:
Anish Lakhwara
2023-05-12 21:23:45 +10:00
parent 110ba17935
commit 2a1f956227
5 changed files with 10 additions and 9 deletions
+1 -8
View File
@@ -45,14 +45,7 @@ in
after = [ "remote-fs.target" "network.target" ];
wantedBy = [ "multi-user.target" ];
serviceConfig = {
ExecStart = ''${pkgs.microbin}/bin/microbin --port ${builtins.toString cfg.port}
--public-path ${cfg.hostname}
--editable
--enable-burn-after
--private
--qr
--title=sealight
--highlightsyntax'';
ExecStart = "${pkgs.microbin}/bin/microbin -- --port ${builtins.toString cfg.port} --public-path ${cfg.hostname} --editable --enable-burn-after --private --qr --title=sealight --highlightsyntax";
WorkingDirectory = dataFolder;
TimeoutStopSec = " 20 ";
KillMode = " process ";