hypr: update configuration, use new wallpaper menu, fix hyprlock bind

This commit is contained in:
retrozinndev
2025-04-26 22:55:06 -03:00
parent ee820970a4
commit 3155ccd9c9
7 changed files with 58 additions and 28 deletions
+1 -1
View File
@@ -3,5 +3,5 @@
selection=$(cliphist list | anyrun --plugins libstdin.so | cliphist decode)
if [[ ! -z "$selection" ]]; then
printf "%s" $selection | sed -e 's/\n$//g' | wl-copy
printf "%s" "$selection" | sed -e 's/\\[n]$//g' | wl-copy
fi