Run via sway

This commit is contained in:
PapaTutuWawa 2025-01-12 01:24:22 +01:00
parent b0d16ffd49
commit 03f143cdcb
2 changed files with 16 additions and 0 deletions

12
contrib/sway.cfg Normal file
View File

@ -0,0 +1,12 @@
# Prevent window resizing when we open the player apps
workspace_layout stacking
# Hide the window titlebar
default_border none
default_floating_border none
font pango:monospace 0
titlebar_padding 1
titlebar_border_thickness 0
# Start microkodi
exec bash <repo path>/start-microkodi.sh

4
start-microkodi.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
cd `dirname $0`
source .venv/bin/activate
python3 microkodi/main.py -c ./config.json