From 3e2236e18268795f8a8758453c2f84f651a2ef2b Mon Sep 17 00:00:00 2001 From: Peter Date: Wed, 1 Sep 2021 15:37:03 +0100 Subject: Initial colour schemes for Sway and Qute --- .local/bin/htpc-launcher | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 .local/bin/htpc-launcher (limited to '.local/bin/htpc-launcher') diff --git a/.local/bin/htpc-launcher b/.local/bin/htpc-launcher new file mode 100755 index 0000000..077cce4 --- /dev/null +++ b/.local/bin/htpc-launcher @@ -0,0 +1,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; } -- cgit v1.2.3