sites

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

commit a327460b2e94ee922387dbeb97391d75b2b3982b
parent b981c79011ea5dd768373382c5e6c2754af0d70b
Author: Gary B. Genett <me@garybgenett.net>
Date:   Wed, 26 Mar 2014 10:21:22 -0700

fix shutdown keybinding for kiosk mode

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

diff --git a/surf.suckless.org/files/kiosk_mode.md b/surf.suckless.org/files/kiosk_mode.md @@ -61,7 +61,7 @@ following file to '/home/kiosk/.i3/config': set $mod Mod4 # shut down system with systemd/polkit - bindsym Control+Shift+E exec /usr/bin/systemctl poweroff + bindsym Control+Shift+C exec /usr/bin/systemctl poweroff # make surf start in fullscreen for_window [class="Surf"] fullscreen