diff --git a/roles/kiosk/website/templates/i3.cfg b/roles/kiosk/website/templates/i3.cfg index 7ba0699..b5498f3 100644 --- a/roles/kiosk/website/templates/i3.cfg +++ b/roles/kiosk/website/templates/i3.cfg @@ -80,7 +80,7 @@ bindsym $mod+Control+s exec "systemctl poweroff" bindsym $mod+Control+r exec "systemctl reboot" # open homepage on windows button -bindsym $mod exec "xdotool key Alt_L+Home" +bindsym Super_L exec "xdotool key Alt_L+Home" exec --no-startup-id xsetroot -solid {{ i3_background | quote }}