sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit 3e70f215a1407d1c81d6b937282f74e79b63ced5
parent 3e7fdde6b654942378d1a23ba437d9706f184e49
Author: Geoff Maciolek <GeoffMaciolek@gmail.com>
Date:   Mon,  7 Nov 2016 16:57:48 -0500

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

Diffstat:
Msurf.suckless.org/files/kiosk_mode.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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. ;)