25 lines
641 B
INI
25 lines
641 B
INI
# 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
|