2017-10-06 08:41:50 +02:00
|
|
|
[core]
|
|
|
|
# Disable X11 support. Enabled by default.
|
|
|
|
xwayland=false
|
|
|
|
|
2017-10-02 14:17:35 +02:00
|
|
|
# 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
|
2017-10-03 09:15:48 +02:00
|
|
|
|
2017-10-03 22:14:25 +02:00
|
|
|
[keyboard]
|
|
|
|
meta-key = Logo
|
|
|
|
|
2017-10-03 09:15:48 +02:00
|
|
|
# Keybindings
|
|
|
|
# Maps key combinations with commands to execute
|
2017-10-06 16:09:43 +02:00
|
|
|
# Use the prefix "exec" to execute a shell command
|
2017-10-03 09:15:48 +02:00
|
|
|
[bindings]
|
2017-10-06 17:10:24 +02:00
|
|
|
Logo+Shift+e = exit # Stop the compositor
|
|
|
|
Logo+q = close # Close the current view
|