diff options
author | emersion <contact@emersion.fr> | 2017-10-03 09:15:48 +0200 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2017-10-03 09:15:48 +0200 |
commit | d71344bcddd2fe7447224f29a31695f5844b4474 (patch) | |
tree | 77ed55b9435a58fee0c81e24f67988f4644ebe26 /rootston/rootston.ini.example | |
parent | d3d9aca40cfccf7f3d03a3111f732c884aab8766 (diff) |
Fix modifiers support with backend != wayland
Diffstat (limited to 'rootston/rootston.ini.example')
-rw-r--r-- | rootston/rootston.ini.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/rootston/rootston.ini.example b/rootston/rootston.ini.example index 58e5816b..8dd51ea2 100644 --- a/rootston/rootston.ini.example +++ b/rootston/rootston.ini.example @@ -24,3 +24,9 @@ geometry = 2500x800 map-to-output = VGA-1 # Restrict cursor movements for this mouse to concrete rectangle geometry = 2500x800 + +# Keybindings +# Maps key combinations with commands to execute +# The special command "exit" stops the compositor +[bindings] +Logo+q=exit |