aboutsummaryrefslogtreecommitdiff
path: root/examples/wlr-example.ini.example
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-09-28 19:06:41 -0400
committerDrew DeVault <sir@cmpwn.com>2017-09-28 19:06:41 -0400
commit033036712ade73a872f1034ddb47235be11a74aa (patch)
treeecae511da6a408177369858ac43d200bae427472 /examples/wlr-example.ini.example
parent2850a9360b23eaf27f6437a889b13bdcbe506863 (diff)
parente4ad534ab41b01a08b6b4f19aa47805f6040f7b4 (diff)
Merge branch 'rootston'
Diffstat (limited to 'examples/wlr-example.ini.example')
-rw-r--r--examples/wlr-example.ini.example57
1 files changed, 0 insertions, 57 deletions
diff --git a/examples/wlr-example.ini.example b/examples/wlr-example.ini.example
deleted file mode 100644
index 1698e0c6..00000000
--- a/examples/wlr-example.ini.example
+++ /dev/null
@@ -1,57 +0,0 @@
-# Configuration
-# -------------
-# Some examples will read a configuration file. Not all examples will use all of
-# the configuration options. The configuration file will be loaded from
-# `wlr-example.ini` from the current directory or the path can be specified by the
-# `-C` option given on the command line.
-#
-# Output configuration
-# ~~~~~~~~~~~~~~~~~~~~
-# Each output is specified in a section named [output:{NAME}] where NAME is the
-# drm name for this output.
-#
-# Value "x" specifies the x-coordinate in the output layout.
-#
-# Value "y" specifies the y-coordinate in the output layout.
-#
-# Value "rotate" specifies output rotation and can be 90, 180, 270, flipped,
-# flipped-90, flipped-180, or flipped-270
-[output:HDMI-A-1]
-x=3000
-y=0
-rotate=90
-
-[output:DP-1]
-x=0
-y=0
-rotate=270
-
-[output:DVI-D-1]
-x=1080
-y=232
-
-# Cursor Configuration
-# ~~~~~~~~~~~~~~~~~~~~
-# Value "map-to-output" specifies the output to which the cursor is
-# constrained.
-#
-# Value "geometry" specifies the geometry (widthxheight+x+y) to which the cursor
-# is constrained.
-[cursor]
-map-to-output=HDMI-A-1
-geometry=500x700+50+50
-
-# Device Configuration
-# ~~~~~~~~~~~~~~~~~~~~
-# Each device is specified in a section named [device:{NAME}] where NAME is the
-# name given to this device. See a log file for device names.
-#
-# Value "map-to-output" specifies the output to which the device is constrained.
-#
-# Value "geometry" specifies the geometry (widthxheight+x+y) to which the device
-# is constrained.
-[device:Razer Razer DeathAdder 2013]
-map-to-output=DP-1
-geometry=500x700+50+50
-
-# vim:filetype=dosini