diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-10-03 18:58:38 -0400 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-10-03 18:58:38 -0400 |
commit | 30eabf38b8a79f95a8bad441833b062a4d34d1fc (patch) | |
tree | c8e39ef48bfa4db116dfd3b51167617e5d2b8683 /rootston/rootston.ini.example | |
parent | 4c9807d3a68688ee0d6f96e3fc2a60f5edcca857 (diff) | |
parent | 836242b0c4b6028c6d04209f575d894fbfe85b08 (diff) |
Merge branch 'master' into feature/xdg-popup
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 |