From 3390f223a8c57ec09de0ec8232a4a01c42f01feb Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Mon, 24 May 2021 00:33:53 +0200 Subject: [PATCH] example/init: use Mod+Shift E for exit I keep hitting Mod+E when testing because of colemak. --- example/init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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