initial commit

This commit is contained in:
root
2023-06-12 09:14:09 +02:00
commit b4912f303e
2545 changed files with 209350 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
# YOPLA_POS select position of the task bar
# - CENTER : bottom center of the screen
# - LEFT : bottom left of the screen
# - RIGTH : bottom right of the screen
# - TOP : top right of the screen
YOPLA_POS=LEFT
#YOPLA_VISIBILTY
# - TOP_WINDOW : fix windows on top
# - NORMAL : normal window
# -
YOPLA_VISIBILITY = TOP_WINDOW
# if a number > 0 is set then Yopla manage
# number off application windows displayed in same time
# This is the number of maximum window displayed per application
YOPLA_MANAGE_MAX_WINDOW=0
# automatic task bar hide if set YOPLA_AUTO_HIDE=true
YOPLA_AUTO_HIDE=true