fix: clipboard-manager now successfully changes clipboard entries

This commit is contained in:
fbachus
2025-02-21 17:19:16 +01:00
parent 6721148191
commit c26d3a64b0

View File

@@ -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