From 07de35e92f87c0393181e55991482ca984aba619 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Tue, 11 Apr 2023 23:25:41 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=96=20Fix=20riverwm=20usage=20instruct?= =?UTF-8?q?ions=20assuming=20variable?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Usage instructions for mapping the picker in riverwm falsely assumed the super key to already be mapped to a `$mod` variable. This commit fixes it to replace mention of the variable with the key name itself. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78f1b02..9100016 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ bindsym Mod4+Shift+e exec bemoji -t For `riverwm`, put the following in `~/.config/river/init`: ``` -riverctl map normal $mod+Shift E spawn "bemoji -t" +riverctl map normal Mod4+Shift E spawn "bemoji -t" ``` In `sxhkd`, put the following into `~/.config/sxhkd/sxhkdrc`: