Run via sway
This commit is contained in:
parent
b0d16ffd49
commit
03f143cdcb
12
contrib/sway.cfg
Normal file
12
contrib/sway.cfg
Normal 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
4
start-microkodi.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
cd `dirname $0`
|
||||
source .venv/bin/activate
|
||||
python3 microkodi/main.py -c ./config.json
|
Loading…
Reference in New Issue
Block a user