mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-23 06:41:11 +00:00
4 lines
107 B
Plaintext
4 lines
107 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
sudo sh -c 'for i in $(seq 7 9); do echo add > /sys/class/input/event$i/uevent; done'
|