git.lucas.co / cce-compositor
Wayland compositor (wlroots)
git clone https://git.lucas.co/cce-compositor.git

commit3772ecd3d270aeaf8b5ef2f100e70ab6e5f6c498
parentc4dc6f323b
authorJan Evers <[email protected]>
date2022-05-24 23:23
example/init: fix typos

 example/init | 4 ++--
 1 file 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