mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
Move wlr-example.ini.example to rootston.ini.example and reference it from examples' config parser
This commit is contained in:
parent
84de02986a
commit
e88f3887ca
2 changed files with 1 additions and 1 deletions
26
rootston/rootston.ini.example
Normal file
26
rootston/rootston.ini.example
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# Single output configuration. String after semicolon must match output's name.
|
||||
[output:VGA-1]
|
||||
# Set logical (layout) coordinates for this screen
|
||||
x = 1920
|
||||
y = 0
|
||||
|
||||
# Screen transformation
|
||||
# possible values are:
|
||||
# '90', '180' or '270' - rotate output by specified angle clockwise
|
||||
# 'flipped' - flip output horizontally
|
||||
# 'flipped-90', 'flipped-180', 'flipped-270' - flip output horizontally
|
||||
# and rotate by specified angle
|
||||
rotate = 90
|
||||
|
||||
[cursor]
|
||||
# Restrict cursor movements to single output
|
||||
map-to-output = VGA-1
|
||||
# Restrict cursor movements to concrete rectangle
|
||||
geometry = 2500x800
|
||||
|
||||
# Single device configuration. String after semicolon 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
|
||||
# Restrict cursor movements for this mouse to concrete rectangle
|
||||
geometry = 2500x800
|
||||
Loading…
Add table
Add a link
Reference in a new issue