Skip to content

Commit

Permalink
πŸ› Fixed multiline copy
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafaqanbaryan committed Jan 6, 2025
1 parent 6604d33 commit d96163e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/rofi-clipboard
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ status=$?
value=$(echo "$selected" | cliphist decode)

# Copy to clipboard
echo $value | wl-copy
echo "$value" | wl-copy

# Type
case "$status" in
Expand Down

0 comments on commit d96163e

Please sign in to comment.