Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I got it to work: here's the problems I encountered and how I fixed them. #16

Open
GrahamboJangles opened this issue May 7, 2023 · 0 comments

Comments

@GrahamboJangles
Copy link

My autoscroll.sh looks like this now

~button2
    while true; do
        xdotool click --repeat 100 --delay 20 5 &
        sleep 1
    done
@button2

Make sure to run

sxhkd -c ~/.config/sxhkd/sxhkdrc

I had to mkdir, also make sure its hkd and not khd

mkdir -p ~/.config/sxhkd

pynput was getting error installing

sudo apt-get install build-essential python-dev python3-dev

PyQt5 was getting an error installing:

pip install --upgrade pip setuptools

pip install sip

@GrahamboJangles GrahamboJangles changed the title I got it to work: here's the problems I encountered I got it to work: here's the problems I encountered and how I fixed them. May 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant