♻️ hypr: separate and organize scripts

This commit is contained in:
retrozinndev
2025-02-12 13:41:56 -03:00
parent be2731516e
commit 58b876c6e8
9 changed files with 59 additions and 89 deletions
+1 -1
View File
@@ -3,5 +3,5 @@
selection=$(cliphist list | anyrun --plugins libstdin.so | cliphist decode)
if [[ ! -z "$selection" ]]; then
echo -e $selection | sed -e 's/\n$//g' | wl-copy
printf "%s" $selection | sed -e 's/\n$//g' | wl-copy
fi