diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-08-25 08:58:02 -0400 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-08-26 08:32:11 -0400 |
commit | 699d489f936826a808f955c47442342e850bfc1b (patch) | |
tree | c29dad502c08ff2e5ec8beb56f3aef23dd7acdd1 /examples/wlr-example.ini.example | |
parent | b3a43e226140d9b5d49c4ed24798e3f3006dcae5 (diff) |
add cursor configuration
Diffstat (limited to 'examples/wlr-example.ini.example')
-rw-r--r-- | examples/wlr-example.ini.example | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/wlr-example.ini.example b/examples/wlr-example.ini.example index 283439f0..a9dff591 100644 --- a/examples/wlr-example.ini.example +++ b/examples/wlr-example.ini.example @@ -30,4 +30,11 @@ rotate=270 x=1080 y=232 +# Cursor Configuration +# ~~~~~~~~~~~~~~~~~~~~ +# Value "map-to-output" specifies the output to which the cursor is +# constrained. +[cursor] +map-to-output=HDMI-A-1 + # vim:filetype=dosini |