hypr: stuff

This commit is contained in:
retrozinndev
2025-02-04 12:40:03 -03:00
parent b544f4a45b
commit 92e96ee7d5
8 changed files with 37 additions and 31 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/usr/bin/env bash
cliphist list | anyrun --plugins libstdin.so | read pipe
if [[ ! -z "$pipe" ]]; then
echo $pipe | cliphist decode | wl-copy
fi