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

Latest changes to make swhkd work in Arch terminal #285

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

alexindigo
Copy link

Making PR just to expose commit to the AUR package.

aadilshabier and others added 4 commits March 10, 2024 23:37
The previous fix(0af3d0d) of disabling rfkill-input does not work anymore, this results in the wifi device turning off when starting swhkd.
@alexindigo
Copy link
Author

cc @manthanabc this makes it works for me.

Combined #254 and #270, on top of latest changes here.

And used setuid approach:

sudo chown root:root swhkd
sudo chmod u+s swhkd

with

$ sudo vim /usr/local/bin/swhkd-service.sh

#!/usr/bin/env bash

killall swhks

swhks & swhkd

And running it as

$ systemctl --user enable swhkd.service

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants