12 lines
287 B
INI
12 lines
287 B
INI
|
# 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
|