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