mirror of
https://github.com/LukeHagar/omarchy.git
synced 2025-12-06 04:20:23 +00:00
6 lines
239 B
Bash
6 lines
239 B
Bash
echo "Correct path for sudoless asdcontrol for working Apple Display hotkeys"
|
|
|
|
if [[ $(command -v asdcontrol) == "/usr/bin/asdcontrol" ]]; then
|
|
echo "$USER ALL=(ALL) NOPASSWD: /usr/bin/asdcontrol" | sudo tee /etc/sudoers.d/asdcontrol
|
|
fi
|