diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-10-05 13:12:29 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-05 13:12:29 -0400 |
commit | d74a6d254fd1934ca6ca9439b66ea65e6b389822 (patch) | |
tree | e09e3e5085053e7c6b368acb2e09f5fd5eb05e05 /rootston/rootston.ini.example | |
parent | cec012019f6146b1376bb787dc96b73c7de82266 (diff) | |
parent | 1a775adbde0ba81e6dcd2878a660a1386a8f972f (diff) |
Merge pull request #198 from emersion/rootston-move-resize-rotate
rootston: force move, resize and rotate
Diffstat (limited to 'rootston/rootston.ini.example')
-rw-r--r-- | rootston/rootston.ini.example | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/rootston/rootston.ini.example b/rootston/rootston.ini.example index 8dd51ea2..9960cae1 100644 --- a/rootston/rootston.ini.example +++ b/rootston/rootston.ini.example @@ -25,8 +25,11 @@ map-to-output = VGA-1 # Restrict cursor movements for this mouse to concrete rectangle geometry = 2500x800 +[keyboard] +meta-key = Logo + # Keybindings # Maps key combinations with commands to execute # The special command "exit" stops the compositor [bindings] -Logo+q=exit +Logo+q = exit |