added udev rules for thunderbolt docks
This commit is contained in:
parent
56130f51e8
commit
36f3a7c506
1
root/etc/udev/rules.d/98-thunderbolt-auto-allow.rules
Normal file
1
root/etc/udev/rules.d/98-thunderbolt-auto-allow.rules
Normal file
@ -0,0 +1 @@
|
||||
ACTION=="add", SUBSYSTEM=="thunderbolt", ATTR{authorized}=="0", ATTR{authorized}="1"
|
2
root/etc/udev/rules.d/99-thunderbolt-autorandr.rules
Normal file
2
root/etc/udev/rules.d/99-thunderbolt-autorandr.rules
Normal file
@ -0,0 +1,2 @@
|
||||
ACTION=="add", SUBSYSTEM=="thunderbolt", ATTR{authorized}="1", RUN+="/usr/bin/autorandr --batch -c"
|
||||
ACTION=="remove", SUBSYSTEM=="thunderbolt", ATTR{authorized}="1", RUN+="/usr/bin/autorandr --batch -c"
|
Loading…
Reference in New Issue
Block a user