commit 3e70f215a1407d1c81d6b937282f74e79b63ced5
Author: Geoff Maciolek <[email protected]>
Date:   Mon Nov 7 16:57:48 2016 -0500

    Fix "Kiosk Mode" docs: surf uses -K, not -k

diff --git a/surf.suckless.org/files/kiosk_mode.md 
b/surf.suckless.org/files/kiosk_mode.md
index 214819e..eb15e67 100644
--- a/surf.suckless.org/files/kiosk_mode.md
+++ b/surf.suckless.org/files/kiosk_mode.md
@@ -54,7 +54,7 @@ Window manager
 --------------
 
 The window manager 'i3' is locked down to just start web browser 'surf'
-with parameter '-k' in fullscreen mode. All key strokes are disallowed,
+with parameter '-K' in fullscreen mode. All key strokes are disallowed,
 except Ctrl+Shift+C to poweroff the system (via 'systemd'). Save the
 following file to '/home/kiosk/.i3/config':
 
@@ -67,7 +67,7 @@ following file to '/home/kiosk/.i3/config':
         for_window [class="Surf"] fullscreen
 
        # execute surf
-        exec /usr/bin/surf -k http://surf.suckless.org/
+        exec /usr/bin/surf -K http://surf.suckless.org/
 
 Now reboot your system and have fun. ;)
 


Reply via email to