diff --git a/.config/hypr/apps.conf b/.config/hypr/apps.conf index a7b305d..272e084 100644 --- a/.config/hypr/apps.conf +++ b/.config/hypr/apps.conf @@ -8,4 +8,4 @@ $appLauncher = tofi-drun | xargs hyprctl dispatch exec -- $lockscreen = hyprlock --immediate $lockscreen_timeout = hyprlock $nextcloud = nextcloud --background -$clipboard-manager = cliphist list | awk '{gsub("\t", " "); print}' | tofi --width=800 --font-size=14 --font-features="" --background-color=191A1CE0 | cliphist decode | wl-copy +$clipboard-manager = cliphist list | awk '{gsub("\t", " "); print}'\ | tofi --width=800 --font-size=14 --font-features="" --background-color=191A1CE0 | awk '{print $1}' | tr -d '\n' | cliphist decode | wl-copy