summaryrefslogtreecommitdiffstats
path: root/.local/bin/kodi-launcher
blob: 077cce4635559d5804c3a797ed69cc2919b3b851 (plain) (blame)
1
2
3
4
5
6
#!/bin/sh

# Workaround for client side controls in Kodi issue
# https://github.com/xbmc/xbmc/issues/19491#issuecomment-821128415

{ kodi & sleep 1s; swaymsg '[app_id="Kodi"]' fullscreen toggle; sleep 1s ; swaymsg '[app_id="Kodi"]' fullscreen toggle; fg; }