kiosk/website: Fix key input to Super_L (instead of meta) for home button

dehydrated
Felix Stupp 4 years ago
parent 5ffed17e43
commit 23129d08c1
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 $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 }}

Loading…
Cancel
Save