diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-10-06 11:13:37 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-06 11:13:37 -0400 |
commit | b351e0a95063114f8ff06c90c21d76cb9d26834e (patch) | |
tree | d6b2a838d1388bc404a1c5813d3fa3b84ab98daa /rootston/rootston.ini.example | |
parent | 6aafc2f61a395cf72b204f487e74bd83965a41e6 (diff) | |
parent | f402598ee115e06a9d7595042495e9b061d7530a (diff) |
Merge pull request #224 from emersion/rootston-commands
Add command to close views
Diffstat (limited to 'rootston/rootston.ini.example')
-rw-r--r-- | rootston/rootston.ini.example | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/rootston/rootston.ini.example b/rootston/rootston.ini.example index 9960cae1..8ac474d4 100644 --- a/rootston/rootston.ini.example +++ b/rootston/rootston.ini.example @@ -30,6 +30,7 @@ meta-key = Logo # Keybindings # Maps key combinations with commands to execute -# The special command "exit" stops the compositor +# Use the prefix "exec" to execute a shell command [bindings] -Logo+q = exit +Logo+Shift+e = exit # Stop the compositor +Logo+q = close # Close the current view |