diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-11-16 13:47:06 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-16 13:47:06 -0500 |
commit | bfcbe99cd55f296c09f97ead043ce833e82410e1 (patch) | |
tree | f0a36e6a7cb1f9639ae1387e1fe9138b8bef1e95 /rootston/rootston.ini.example | |
parent | 900d9dc05e83dda18086b4cb2f6bcce06ed7b387 (diff) | |
parent | a52ca9482a7583bee22c8435b96a6141d44939f4 (diff) |
Merge pull request #423 from emersion/refactor-rootston-keyboard
Refactor rootston keyboard
Diffstat (limited to 'rootston/rootston.ini.example')
-rw-r--r-- | rootston/rootston.ini.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootston/rootston.ini.example b/rootston/rootston.ini.example index 433dc78f..c33b0f04 100644 --- a/rootston/rootston.ini.example +++ b/rootston/rootston.ini.example @@ -40,6 +40,6 @@ meta-key = Logo # - "close" to close the current view # - "next_window" to cycle through windows [bindings] -Logo+Shift+E = exit +Logo+Shift+e = exit Logo+q = close Alt+Tab = next_window |