diff options
author | emersion <contact@emersion.fr> | 2018-02-09 14:50:26 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2018-02-09 14:50:26 +0100 |
commit | cdd55b5d19470981ad71f8e6d31bd8152e44364b (patch) | |
tree | 2a90beb98aacd85bbc5bd30df998b4e7c92ec3e7 /rootston/rootston.ini.example | |
parent | 1cea73d2d816f50222c4e27a20b3a5c08ae104df (diff) | |
parent | 09c2626e32fd0eadc4b95a4f36b34f6bde79f6f4 (diff) |
Merge remote-tracking branch 'upstream/master' into output-damage
Diffstat (limited to 'rootston/rootston.ini.example')
-rw-r--r-- | rootston/rootston.ini.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rootston/rootston.ini.example b/rootston/rootston.ini.example index 0d19b751..a6619767 100644 --- a/rootston/rootston.ini.example +++ b/rootston/rootston.ini.example @@ -2,7 +2,7 @@ # Disable X11 support. Enabled by default. xwayland=false -# Single output configuration. String after semicolon must match output's name. +# Single output configuration. String after colon must match output's name. [output:VGA-1] # Set logical (layout) coordinates for this screen x = 1920 @@ -24,7 +24,7 @@ geometry = 2500x800 # Load a custom XCursor theme theme = default -# Single device configuration. String after semicolon must match device's name. +# Single device configuration. String after colon must match device's name. [device:PixArt Dell MS116 USB Optical Mouse] # Restrict cursor movements for this mouse to single output map-to-output = VGA-1 |