aboutsummaryrefslogtreecommitdiff
path: root/rootston/rootston.ini.example
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2017-10-03 22:14:25 +0200
committeremersion <contact@emersion.fr>2017-10-03 22:14:25 +0200
commitf9dbc1841d0a2b4a93cfb9a1783a34ebed426c59 (patch)
treef6e0976e71ee18d051b026366a078a0b1def3b42 /rootston/rootston.ini.example
parent9b88f2520862f8707e5e7b91ac0871adbe2edac9 (diff)
rootston: add meta-key to config file
Diffstat (limited to 'rootston/rootston.ini.example')
-rw-r--r--rootston/rootston.ini.example5
1 files changed, 4 insertions, 1 deletions
diff --git a/rootston/rootston.ini.example b/rootston/rootston.ini.example
index 8dd51ea2..9960cae1 100644
--- a/rootston/rootston.ini.example
+++ b/rootston/rootston.ini.example
@@ -25,8 +25,11 @@ map-to-output = VGA-1
# Restrict cursor movements for this mouse to concrete rectangle
geometry = 2500x800
+[keyboard]
+meta-key = Logo
+
# Keybindings
# Maps key combinations with commands to execute
# The special command "exit" stops the compositor
[bindings]
-Logo+q=exit
+Logo+q = exit