This website requires JavaScript.
Explore
Help
Register
Sign in
mdebray
/
tvl-depot
Watch
1
Star
0
Fork
You've already forked tvl-depot
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
14972986e3
tvl-depot
/
configs
/
shared
/
x_server
/
.xsessionrc
5 lines
95 B
Text
Raw
Normal View
History
Unescape
Escape
xinitrc -> xsessionrc At the moment, I'm unsure why this is working, but it is. More research needs to be done.
2019-03-04 19:00:50 +01:00
#!/bin/sh
Break .xsessionrc into .xsessionrc.{shared,device} 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.
2019-03-18 16:56:03 +01:00
source ~/.xsessionrc.shared
source ~/.xsessionrc.device # desktop, laptop, cloudtop
Reference in a new issue
Copy permalink