1
0
mirror of https://github.com/kmein/niveum synced 2026-03-20 12:01:06 +01:00

move to wayland

This commit is contained in:
2026-01-06 22:46:12 +01:00
parent 3d9a48c65e
commit cecc249daa
17 changed files with 534 additions and 357 deletions

View File

@@ -2,7 +2,7 @@
writers,
mktemp,
qrencode,
xclip,
wl-clipboard,
nsxiv,
}:
writers.writeDashBin "qrpaste" ''
@@ -11,6 +11,6 @@ writers.writeDashBin "qrpaste" ''
clean() {
rm "$file"
}
${qrencode}/bin/qrencode "$(${xclip}/bin/xclip -selection clipboard -out)" -o "$file"
${qrencode}/bin/qrencode "$(${wl-clipboard}/bin/wl-paste)" -o "$file"
${nsxiv}/bin/nsxiv "$file"
''