mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[scripts/copy-text-face.sh] remove extra newline
This commit is contained in:
parent
8cd4c6f752
commit
2c5edc2072
1 changed files with 1 additions and 1 deletions
|
@ -8,6 +8,6 @@ declare -A faces=(
|
|||
|
||||
if IFS=$'\n' face_name="$(echo -e "${!faces[*]}" | rofi -dmenu)"; then
|
||||
face="${faces[$face_name]}"
|
||||
xsel --clipboard --input <<< "$face"
|
||||
echo -n "$face" | xsel --clipboard --input
|
||||
notify-send --icon=utilities-terminal --expire-time=2500 "$0" "$face_name copied to clipboard"
|
||||
fi
|
Loading…
Reference in a new issue