14972986e3
This allows configuration for device specific settings - usually or perhaps exclusively hardware related. Supporting disabling laptop touchscreen, increasing laptop cursor speed, reversing the scroll direction of the laptop mouse.
4 lines
95 B
Bash
4 lines
95 B
Bash
#!/bin/sh
|
|
|
|
source ~/.xsessionrc.shared
|
|
source ~/.xsessionrc.device # desktop, laptop, cloudtop
|