diff options
| author | Isaac Freund <ifreund@ifreund.xyz> | 2021-05-24 00:33:53 +0200 |
|---|---|---|
| committer | Isaac Freund <ifreund@ifreund.xyz> | 2021-05-24 00:33:53 +0200 |
| commit | 3390f223a8c57ec09de0ec8232a4a01c42f01feb (patch) | |
| tree | bfeac6fa11501c6333dd380a7bbf23dfed811d3d /example/init | |
| parent | c5005ba4a83753a2d71ef81fc3ee448423dfc2b4 (diff) | |
| download | river-3390f223a8c57ec09de0ec8232a4a01c42f01feb.tar.gz river-3390f223a8c57ec09de0ec8232a4a01c42f01feb.tar.xz | |
example/init: use Mod+Shift E for exit
I keep hitting Mod+E when testing because of colemak.
Diffstat (limited to 'example/init')
| -rwxr-xr-x | example/init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/init b/example/init index 4e9b7f0..44532c4 100755 --- a/example/init +++ b/example/init @@ -18,7 +18,7 @@ riverctl map normal $mod+Shift Return spawn foot riverctl map normal $mod Q close # Mod+E to exit river -riverctl map normal $mod E exit +riverctl map normal $mod+Shift E exit # Mod+J and Mod+K to focus the next/previous view in the layout stack riverctl map normal $mod J focus-view next |
