aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-02-04 19:14:51 +0100
committerGitHub <noreply@github.com>2018-02-04 19:14:51 +0100
commitd33a113f6715cd3dcf96062ca6b11c79f3b59dcb (patch)
treedeec290bf3b239bcc40e1517344795180e42de30
parent86a404f2cd7e046e9ce9d23b4ae52c91adb47570 (diff)
parentee6cbe2efd9c26098a0f8df55f490d0a54947064 (diff)
Merge pull request #606 from FabianGeiselhart/fix-typo
Fix typo in rootston config
-rw-r--r--rootston/rootston.ini.example4
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