diff options
| author | Jan Evers <jnvrs@users.noreply.github.com> | 2022-05-24 23:23:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-24 23:23:45 +0200 |
| commit | 0dd5ad032c9fda5c70559f2408b852776555ae54 (patch) | |
| tree | 782bd64a2599f018641e94498f1d33c5d413a84e /example/init | |
| parent | d1997139ccd2842627c1ea7ff8205fe0b0a8bd99 (diff) | |
| download | river-0dd5ad032c9fda5c70559f2408b852776555ae54.tar.gz river-0dd5ad032c9fda5c70559f2408b852776555ae54.tar.xz | |
example/init: fix typos
Diffstat (limited to 'example/init')
| -rwxr-xr-x | example/init | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/example/init b/example/init index 95dbb89..ebbab6f 100755 --- a/example/init +++ b/example/init @@ -59,7 +59,7 @@ riverctl map normal Super+Alt+Control J snap down riverctl map normal Super+Alt+Control K snap up riverctl map normal Super+Alt+Control L snap right -# Super+Alt+Shif+{H,J,K,L} to resize views +# Super+Alt+Shift+{H,J,K,L} to resize views riverctl map normal Super+Alt+Shift H resize horizontal -100 riverctl map normal Super+Alt+Shift J resize vertical 100 riverctl map normal Super+Alt+Shift K resize vertical -100 @@ -134,7 +134,7 @@ do riverctl map $mode None XF86AudioPrev spawn 'playerctl previous' riverctl map $mode None XF86AudioNext spawn 'playerctl next' - # Control screen backlight brighness with light (https://github.com/haikarainen/light) + # Control screen backlight brightness with light (https://github.com/haikarainen/light) riverctl map $mode None XF86MonBrightnessUp spawn 'light -A 5' riverctl map $mode None XF86MonBrightnessDown spawn 'light -U 5' done |
