docs(scripts): fix typo in kamoji generator
All checks were successful
deploy / build (push) Successful in 2m53s
All checks were successful
deploy / build (push) Successful in 2m53s
This commit is contained in:
parent
7981c6141b
commit
a4de8b7d75
@ -210,7 +210,7 @@ fi
|
||||
|
||||
# If the current session is Wayland, copy with wl-copy, otherwise copy with xclipboard
|
||||
if [ "$XDG_SESSION_TYPE" = "wayland" ]
|
||||
then printf '%s' "$choice" | wc-copy # Wayland
|
||||
then printf '%s' "$choice" | wl-copy # Wayland
|
||||
else printf '%s' "$choice" | xclip -sel clip # X11
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user