Created
August 20, 2023 05:00
-
-
Save andrewvmail/cfebd366981929048e23ddd8241e51c1 to your computer and use it in GitHub Desktop.
copyq.sh wayland ubuntu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
echo "running ydotoold ..." | |
sudo -b ydotoold --socket-path="$HOME/.ydotool_socket" --socket-own="$(id -u):$(id -g)" | |
echo "Running copyq..." | |
export YDOTOOL_SOCKET="$HOME/.ydotool_socket" | |
export QT_QPA_PLATFORM=xcb | |
copyq |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment