Skip to content

Commit 366cd95

Browse files
committed
chore: add in an alias to trigger my zenbook 14X camera on/off
Credits to https://www.reddit.com/r/linuxhardware/comments/y9ex5s/comment/lg0kjf8/ https://github.com/Kuchteq/asus-shutter-linux/ Signed-off-by: Akhil Narang <me@akhilnarang.dev>
1 parent de6cca8 commit 366cd95

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

aliases

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@ export EDITOR="nano"
1919

2020
# Set timezone
2121
export TZ="Asia/Kolkata"
22+
23+
alias camera_off="echo '\_SB.ATKD.WMNB 0x00 0x53564544 0x0000000000060078' | sudo tee /proc/acpi/call"
24+
alias camera_on="echo '\_SB.ATKD.WMNB 0x00 0x53564544 0x0000000100060078' | sudo tee /proc/acpi/call"

0 commit comments

Comments
 (0)