commit f95ea95632779100bfd9b0f124920e9179847d0f
parent 7a07798e4d61e8a9aed97a34028b780c59063b8c
Author: Christian Hesse <mail@eworm.de>
Date: Wed, 13 Mar 2013 12:13:19 +0100
fix i3 config for kiosk mode
Diffstat:
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/surf.suckless.org/files/kiosk_mode.md b/surf.suckless.org/files/kiosk_mode.md
@@ -63,7 +63,10 @@ following file to '/home/kiosk/.i3/config':
# shut down system with systemd/polkit
bindsym Control+Shift+E exec /usr/bin/systemctl poweroff
- for_window [title="surf"] fullscreen enable
+ # make surf start in fullscreen
+ for_window [class="Surf"] fullscreen
+
+ # execute surf
exec /usr/bin/surf -k http://surf.suckless.org/
Now reboot your system and have fun. ;)