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 ++++++ .local/bin/kodi-launcher | 6 ------ 2 files changed, 6 insertions(+), 6 deletions(-) create mode 100755 .local/bin/htpc-launcher delete mode 100755 .local/bin/kodi-launcher (limited to '.local/bin') 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; } diff --git a/.local/bin/kodi-launcher b/.local/bin/kodi-launcher deleted file mode 100755 index 077cce4..0000000 --- a/.local/bin/kodi-launcher +++ /dev/null @@ -1,6 +0,0 @@ -#!/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