📖 Fix riverwm usage instructions assuming variable
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.
This commit is contained in:
parent
941dd4aaea
commit
07de35e92f
1 changed files with 1 additions and 1 deletions
|
@ -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`:
|
||||
|
|
Loading…
Reference in a new issue