红联首页 凝聚Linux人的力量
菜鸟过关 | 精华文档 | 同城人(交友) | 我与Linux的故事 | Linux新闻 | Linux视频 | Linux人才 | 软件下载 | 大学校园 | English
发新话题
打印

suse menu的隐藏参数

suse menu的隐藏参数

#设置字体

KickoffFontPointSizeOffset=2

#设置只显示图标

KickoffTabBarFormat=IconOnly

[General]
ScrollFlipView=true
KickoffFontPointSizeOffset=-3
KickoffSwitchTabsOnHover=false
KickoffTabBarFormat=IconOnly

ScrollFlipView accepts the value of true or false. this toggles the scrolling effect in the application browser. when false, the smooth sliding animation effect is turned off.

KickoffFontPointSizeOffset takes in positive and negative values and is added to the calculated font sizes relative to your system font settings. the bigger the value the bigger the fonts. a negative value does the opposite.

KickoffSwitchTabsOnHover toggles the switching of tabs with just a mouse-over event.

KickoffTabBarFormat takes LabelAndIcon, LabelOnly and IconOnly, and sets the appearance of the tabs accordingly

do the same for ksmserverrc which should be in the same directory.

TOP

发新话题