[bin] format and correct comments
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
7b0833252a
commit
c4c80945e8
@ -225,8 +225,8 @@ 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 # X11
|
||||
else printf '%s' "$choice" | xclip -sel clip # Wayland
|
||||
then printf '%s' "$choice" | wc-copy # Wayland
|
||||
else printf '%s' "$choice" | xclip -sel clip # X11
|
||||
fi
|
||||
|
||||
# We're done!
|
||||
|
Loading…
Reference in New Issue
Block a user