kiosk/website: Fix button required release for "go to homepage"

dehydrated
Felix Stupp 4 years ago
parent 23129d08c1
commit d9a694852f
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -80,7 +80,7 @@ bindsym $mod+Control+s exec "systemctl poweroff"
bindsym $mod+Control+r exec "systemctl reboot"
# open homepage on windows button
bindsym Super_L exec "xdotool key Alt_L+Home"
bindsym --release Super_L exec "xdotool key Alt_L+Home"
exec --no-startup-id xsetroot -solid {{ i3_background | quote }}

Loading…
Cancel
Save