diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-10-21 18:12:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-21 18:12:52 -0400 |
commit | 1367ecc3093857f78fe3ddd685b57098fd612689 (patch) | |
tree | 61db9d301b1efab12f18939b003c09c893f0a760 /rootston/rootston.ini.example | |
parent | 24ae081001a5a244a76d87e05af832940d78545f (diff) | |
parent | b5ed6dd6fc53b7a686334838964046f0a3ad70fd (diff) |
Merge pull request #309 from inclement/fix_rootston_default_config
Changed broken example rootston keybinding
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 c33b0f04..433dc78f 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 |