diff options
author | emersion <contact@emersion.fr> | 2017-10-06 17:10:24 +0200 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2017-10-06 17:10:24 +0200 |
commit | f402598ee115e06a9d7595042495e9b061d7530a (patch) | |
tree | d6b2a838d1388bc404a1c5813d3fa3b84ab98daa /rootston/rootston.ini.example | |
parent | fbca2809496bf68b6c3e50957c5c9b9a62813943 (diff) |
Match default keybindings with sway's
Diffstat (limited to 'rootston/rootston.ini.example')
-rw-r--r-- | rootston/rootston.ini.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rootston/rootston.ini.example b/rootston/rootston.ini.example index 9769a495..8ac474d4 100644 --- a/rootston/rootston.ini.example +++ b/rootston/rootston.ini.example @@ -32,5 +32,5 @@ meta-key = Logo # Maps key combinations with commands to execute # Use the prefix "exec" to execute a shell command [bindings] -Logo+q = exit # Stops the compositor -Logo+w = close # Closes the current view +Logo+Shift+e = exit # Stop the compositor +Logo+q = close # Close the current view |