diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-11-18 11:53:00 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-18 11:53:00 -0500 |
commit | 9f552d896f7639fca7914a9313ccb244688349e4 (patch) | |
tree | 5428f105d70715fd9004d64f11012ec3fac710fe /rootston/rootston.ini.example | |
parent | bf5640db128b930b38ebca2b1d8a79e028ad9f39 (diff) | |
parent | 5b13f51dfc72493beb1ee0e95ae1eea9e53b8681 (diff) |
Merge pull request #429 from emersion/config-cursor-theme
Add cursor theme to rootston config
Diffstat (limited to 'rootston/rootston.ini.example')
-rw-r--r-- | rootston/rootston.ini.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rootston/rootston.ini.example b/rootston/rootston.ini.example index c33b0f04..17467100 100644 --- a/rootston/rootston.ini.example +++ b/rootston/rootston.ini.example @@ -21,6 +21,8 @@ rotate = 90 map-to-output = VGA-1 # Restrict cursor movements to concrete rectangle geometry = 2500x800 +# Load a custom XCursor theme +theme = default # Single device configuration. String after semicolon must match device's name. [device:PixArt Dell MS116 USB Optical Mouse] |