660
contributi
S3v (discussione | contributi) mNessun oggetto della modifica |
|||
Riga 79: | Riga 79: | ||
This defines the Karamba window. A large windows takes more time paint, so try not to make it bigger than the graphics inside need, i.e., do not make a large window if you only have some tiny text in a corner. | This defines the Karamba window. A large windows takes more time paint, so try not to make it bigger than the graphics inside need, i.e., do not make a large window if you only have some tiny text in a corner. | ||
x - Posizione orizzontale della finestra Karamba | x - Posizione orizzontale della finestra Karamba / | ||
default: x=0 | default: x=0 | ||
y - | y - Posizione verticale della finestra Karamba / | ||
default: y=0 | default: y=0 | ||
w - | w - Larghezza della finestra Karamba / | ||
default: w=300 | default: w=300 | ||
h - | h - Altezza della finestra Karamba / | ||
default: | default: h=300 | ||
right - If right=true, the karamba window will be placed at the right side of the screen and the x paramter is ignored. | right - If right=true, the karamba window will be placed at the right side of the screen and the x paramter is ignored. / | ||
default: right=false | default: right=false | ||
bottom - If bottom=true, the karamba window will be placed at the bottom of the screen and the y paramter is ignored. | bottom - If bottom=true, the karamba window will be placed at the bottom of the screen and the y paramter is ignored. / | ||
default: bottom=false | default: bottom=false | ||
ontop - If ontop=true, the karamba window will stay on top of other windows. | ontop - If ontop=true, the karamba window will stay on top of other windows. / | ||
default: ontop=false | default: ontop=false | ||
topbar - If topbar=true, the karamba window will be at the top of the screen, and maximized applications will not cover the karamba window (like kicker, the kde desktop panel). The karamba window can not be moved if topbar=true. | topbar - If topbar=true, the karamba window will be at the top of the screen, and maximized applications will not cover the karamba window (like kicker, the kde desktop panel). The karamba window can not be moved if topbar=true. / | ||
default: topbar=false | default: topbar=false | ||
bottombar - If bottombar=true, the karamba window will be at the bottom of the screen, maximized applications will not cover the karamba window (like kicker, the kde desktop panel). The karamba window can not be moved if bottombar=true. | bottombar - If bottombar=true, the karamba window will be at the bottom of the screen, maximized applications will not cover the karamba window (like kicker, the kde desktop panel). The karamba window can not be moved if bottombar=true. / | ||
default: bottombar=false | default: bottombar=false | ||
interval - The refresh rate of the meters in milliseconds. | interval - The refresh rate of the meters in milliseconds. / | ||
default: interval=5000 | default: interval=5000 | ||
locked - If locked=true, the karamba window can not be moved by click-n-drag. This can also be changed by right-clicking on the window. | locked - If locked=true, the karamba window can not be moved by click-n-drag. This can also be changed by right-clicking on the window. / | ||
default: locked=false | default: locked=false | ||
contributi