diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-10-03 10:36:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-03 10:36:16 -0400 |
commit | 5f3c56de2805f11e84e0bb17edc30f455f0a3aaf (patch) | |
tree | 598f2b661eb02e78f78d6cd3f56a9877c23fc2d9 /rootston/rootston.ini.example | |
parent | ddba002d2ac8060863db622c5391dc4b10f40760 (diff) | |
parent | eadda29e841383c6649e8f85494516aff00b493f (diff) |
Merge pull request #184 from emersion/rootston-keys
Keyboard modifiers
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 |