light
works for me, but it needs sudo privileges. Is there a way to add light
commands to an i3 config with sudo?
Is your user in the video
group?
(Split your post to new thread)
1 Like
Guessing not:
❯ groups $USER
sys wheel users rfkill morten
sudo usermod -aG video $USER
Run this. You’ll probably need to re-login. Then try running light
commands.
2 Likes
Thanks, that did the trick
1 Like
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.