diff options
| author | Isaac Freund <mail@isaacfreund.com> | 2023-03-09 23:35:06 +0100 |
|---|---|---|
| committer | Isaac Freund <mail@isaacfreund.com> | 2023-03-09 23:35:06 +0100 |
| commit | 0752b6b9ba7e812fa6d8f080cc8ff8ac21d61fff (patch) | |
| tree | cb8f6fb1438e037b23b9a4efcdb5f5735526f0f7 | |
| parent | 0de3f678984c55ff87bbf2d2f1d162072c16d560 (diff) | |
| download | river-0752b6b9ba7e812fa6d8f080cc8ff8ac21d61fff.tar.gz river-0752b6b9ba7e812fa6d8f080cc8ff8ac21d61fff.tar.xz | |
example/init: Fix confusing comments
River does not currently recognize Ctrl as a modifier, only Control.
| -rwxr-xr-x | example/init | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/example/init b/example/init index 08b7cb1..f79eae1 100755 --- a/example/init +++ b/example/init @@ -84,10 +84,10 @@ do # Super+Shift+[1-9] to tag focused view with tag [0-8] riverctl map normal Super+Shift $i set-view-tags $tags - # Super+Ctrl+[1-9] to toggle focus of tag [0-8] + # Super+Control+[1-9] to toggle focus of tag [0-8] riverctl map normal Super+Control $i toggle-focused-tags $tags - # Super+Shift+Ctrl+[1-9] to toggle tag [0-8] of focused view + # Super+Shift+Control+[1-9] to toggle tag [0-8] of focused view riverctl map normal Super+Shift+Control $i toggle-view-tags $tags done |
