diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-10-12 20:00:04 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-12 20:00:04 -0400 |
commit | 1df9b0bc1374a517e81fa679f277da417dd14fda (patch) | |
tree | be4ecd24c0ca0ba6a275dbd171734cc597d330de /rootston/rootston.ini.example | |
parent | 42ddeb6a5ee17eb7c1dcdf5c82ea070c0b040c9f (diff) | |
parent | 96079ff8979a1d6e788250cc18c46fe17b26c147 (diff) |
Merge pull request #266 from versusvoid/window-switching
Window switching binding
Diffstat (limited to 'rootston/rootston.ini.example')
-rw-r--r-- | rootston/rootston.ini.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rootston/rootston.ini.example b/rootston/rootston.ini.example index 460efa13..4774108a 100644 --- a/rootston/rootston.ini.example +++ b/rootston/rootston.ini.example @@ -38,3 +38,4 @@ meta-key = Logo [bindings] Logo+Shift+e = exit # Stop the compositor Logo+q = close # Close the current view +Alt+Tab = next_window # Cycle through windows |