summaryrefslogtreecommitdiffstats
path: root/.local/bin/htpc-launcher
diff options
context:
space:
mode:
authorPeter2021-09-01 15:37:03 +0100
committerPeter2021-09-01 15:37:03 +0100
commit3e2236e18268795f8a8758453c2f84f651a2ef2b (patch)
treead3bc4fe74ed06b3a7b4c6cb89439cfeae45d646 /.local/bin/htpc-launcher
parentda2338de9b54df2c08c2435c741ae2cc88309da6 (diff)
downloaddotfiles-3e2236e18268795f8a8758453c2f84f651a2ef2b.tar.gz
dotfiles-3e2236e18268795f8a8758453c2f84f651a2ef2b.tar.bz2
dotfiles-3e2236e18268795f8a8758453c2f84f651a2ef2b.zip
Initial colour schemes for Sway and Qute
Diffstat (limited to '.local/bin/htpc-launcher')
-rwxr-xr-x.local/bin/htpc-launcher6
1 files changed, 6 insertions, 0 deletions
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; }