Warning, /utilities/yakuake/app/config/yakuake.kcfg is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
0003       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
0004       xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
0005       http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
0006   <kcfgfile name="yakuakerc" />
0007   <group name="Window">
0008     <entry name="Screen" type="Int">
0009       <label context="@label">Screen to use</label>
0010       <whatsthis context="@info:whatsthis">The screen on which the application window will appear. 0 is understood to be the screen the mouse pointer is on.</whatsthis>
0011       <default>0</default>
0012     </entry>
0013     <entry name="Width" type="Int">
0014       <label context="@label">Window width</label>
0015       <whatsthis context="@info:whatsthis">Width of the application window as a percentage of the screen.</whatsthis>
0016       <default>90</default>
0017       <min>10</min>
0018       <max>100</max>
0019     </entry>
0020     <entry name="Height" type="Int">
0021       <label context="@label">Window height</label>
0022       <whatsthis context="@info:whatsthis">Height of the application window as a percentage of the screen.</whatsthis>
0023       <default>50</default>
0024       <min>10</min>
0025       <max>100</max>
0026     </entry>
0027     <entry name="Position" type="Int">
0028       <label context="@label">Window position</label>
0029       <whatsthis context="@info:whatsthis">Center point of the application window, as a percentage, measured from the left-hand edge of the screen.</whatsthis>
0030       <default>50</default>
0031       <min>0</min>
0032       <max>100</max>
0033     </entry>
0034     <entry name="ShowOnAllDesktops" type="Bool">
0035       <label context="@label">Show window on all desktops</label>
0036       <whatsthis context="@info:whatsthis">Whether to show the window on all desktops.</whatsthis>
0037       <default>true</default>
0038     </entry>
0039     <entry name="KeepOpen" type="Bool">
0040       <label context="@label">Keep window open</label>
0041       <whatsthis context="@info:whatsthis">Whether to keep the application window open when it loses focus.</whatsthis>
0042       <default>true</default>
0043     </entry>
0044     <entry name="KeepOpenAfterLastSessionCloses" type="Bool">
0045       <label context="@label">Keep window open after last session closes</label>
0046       <whatsthis context="@info:whatsthis">Whether to keep the application window open after the last session is closed.</whatsthis>
0047       <default>false</default>
0048     </entry>
0049     <entry name="ToggleToFocus" type="Bool">
0050       <label context="@label">Use open/retract shortcut to focus window</label>
0051       <whatsthis context="@info:whatsthis">Whether the open/retract keyboard shortcut can be used to focus the application window when it is already open.</whatsthis>
0052       <default>false</default>
0053     </entry>
0054     <entry name="KeepAbove" type="Bool">
0055       <label context="@label">Keep window on top</label>
0056       <whatsthis context="@info:whatsthis">Whether to keep the application window above other windows on the screen.</whatsthis>
0057       <default>true</default>
0058     </entry>
0059     <entry name="ShowTitleBar" type="Bool">
0060        <label context="@label">Show title bar</label>
0061       <whatsthis context="@info:whatsthis">Whether to show the title bar in the application window.</whatsthis>
0062       <default>true</default>
0063     </entry>
0064     <entry name="ShowTabBar" type="Bool">
0065        <label context="@label">Show tab bar</label>
0066       <whatsthis context="@info:whatsthis">Whether to show the tab bar in the application window.</whatsthis>
0067       <default>true</default>
0068     </entry>
0069     <entry name="DynamicTabTitles" type="Bool">
0070       <label context="@label">Dynamic tab titles</label>
0071       <whatsthis context="@info:whatsthis">Whether to update tab titles along with the title bar.</whatsthis>
0072       <default>false</default>
0073     </entry>
0074     <entry name="ShowSystrayIcon" type="Bool">
0075       <label context="@label">Show a system tray icon</label>
0076       <whatsthis context="@info:whatsthis">Whether to show a system tray icon.</whatsthis>
0077       <default>true</default>
0078     </entry>
0079   </group>
0080   <group name="Behavior">
0081     <entry name="FocusFollowsMouse" type="Bool">
0082       <label context="@label">Focus follows mouse</label>
0083       <whatsthis context="@info:whatsthis">Whether an individual terminal in a session will be given focus when the mouse pointer is moved above it.</whatsthis>
0084     <default>false</default>
0085     </entry>
0086     <entry name="OpenAfterStart" type="Bool">
0087       <label context="@label">Open after start</label>
0088       <whatsthis context="@info:whatsthis">Whether the application window should be opened after program start.</whatsthis>
0089     <default>false</default>
0090     </entry>
0091     <entry name="RememberFullscreen" type="Bool">
0092       <label context="@label">Remember window fullscreen state</label>
0093       <whatsthis context="@info:whatsthis">Whether the window will be shown fullscreen again when it has been previously.</whatsthis>
0094     <default>false</default>
0095     </entry>
0096   </group>
0097   <group name="Appearance">
0098     <entry name="Skin" type="String">
0099       <label context="@label">Skin</label>
0100       <whatsthis context="@info:whatsthis">The skin to be used by the application window.</whatsthis>
0101       <default>default</default>
0102     </entry>
0103     <entry name="SkinInstalledWithKns" type="Bool">
0104       <label context="@label">Skin installed by KNS</label>
0105       <whatsthis context="@info:whatsthis">Whether the currently active skin was installed via KNS.</whatsthis>
0106       <default>false</default>
0107     </entry>
0108     <entry name="Translucency" type="Bool">
0109       <label context="@label">Use translucent background</label>
0110       <whatsthis context="@info:whatsthis">Whether to make use of XComposite ARGB translucency.</whatsthis>
0111       <default>false</default>
0112     </entry>
0113     <entry name="BackgroundColor" type="Color">
0114       <label context="@label">Window background color</label>
0115       <whatsthis context="@info:whatsthis">Background color painted below skin elements.</whatsthis>
0116       <default>#000000</default>
0117     </entry>
0118     <entry name="BackgroundColorOpacity" type="Int">
0119       <label context="@label">Background color opacity</label>
0120       <whatsthis context="@info:whatsthis">The opacity of the background color fill when using translucency.</whatsthis>
0121       <default>50</default>
0122       <min>0</min>
0123       <max>100</max>
0124     </entry>
0125     <entry name="TerminalHighlightOnManualActivation" type="Bool">
0126       <label context="@label">Highlight newly focused terminals</label>
0127       <whatsthis context="@info:whatsthis">Whether to briefly display a colored overlay above the newly focused terminal when moving focus between multiple terminals in a session, as well as over the currently focused terminal when switching to a session with multiple terminals.</whatsthis>
0128       <default>false</default>
0129     </entry>
0130     <entry name="HideSkinBorders" type="Bool">
0131       <label context="@label">Hide the borders defined by the skin</label>
0132       <whatsthis context="@info:whatsthis">Skins can define borders around the terminal including the tabbar. This option, when turned on, will overwrite the border settings defined by the skin and hide all borders.</whatsthis>
0133       <default>false</default>
0134     </entry>
0135     <entry name="TerminalHighlightOpacity" type="Double">
0136       <label context="@label">Terminal highlight opacity</label>
0137       <whatsthis context="@info:whatsthis">The opacity of the colored overlay used to highlight a terminal.</whatsthis>
0138       <default>0.4</default>
0139       <min>0</min>
0140       <max>1.0</max>
0141     </entry>
0142     <entry name="TerminalHighlightDuration" type="Int">
0143       <label context="@label">Terminal highlight duration</label>
0144       <whatsthis context="@info:whatsthis">The duration of the terminal highlight overlay.</whatsthis>
0145       <default>250</default>
0146       <min>0</min>
0147       <max>86400000</max>
0148     </entry>
0149     <entry name="KeyboardInputBlockIndicatorColor" type="Color">
0150       <label context="@label">Keyboard input block indicator color</label>
0151       <whatsthis context="@info:whatsthis">The color of the keyboard input block indicator overlay.</whatsthis>
0152       <default>#FF0000</default>
0153     </entry>
0154     <entry name="KeyboardInputBlockIndicatorOpacity" type="Double">
0155       <label context="@label">Keyboard input block indicator opacity</label>
0156       <whatsthis context="@info:whatsthis">The opacity of the keyboard input block indicator overlay.</whatsthis>
0157       <default>0.5</default>
0158       <min>0</min>
0159       <max>1.0</max>
0160     </entry>
0161     <entry name="KeyboardInputBlockIndicatorDuration" type="Int">
0162       <label context="@label">Keyboard input block indicator duration</label>
0163       <whatsthis context="@info:whatsthis">The duration of the keyboard input block indicator overlay.</whatsthis>
0164       <default>250</default>
0165       <min>0</min>
0166       <max>86400000</max>
0167     </entry>
0168   </group>
0169   <group name="Animation">
0170     <entry name="UseWMAssist" type="Bool">
0171        <label context="@label">Attempt to use the window manager to animate the window</label>
0172       <whatsthis context="@info:whatsthis">Whether to try and let the window manager perform the window open/retract animation. Yakuake will fall back to an animation strategy of progressively adjusting the window mask if the window manager is unable to provide the requested service.</whatsthis>
0173       <default>true</default>
0174     </entry>
0175     <entry name="Frames" type="Int">
0176       <label context="@label">Animation frames</label>
0177       <whatsthis context="@info:whatsthis">The number of frames of the open/retract animation. One frame is taken to be 10 miliseconds.</whatsthis>
0178       <default>17</default>
0179       <min>0</min>
0180       <max>50</max>
0181     </entry>
0182   </group>
0183   <group name="AutoOpen">
0184     <entry name="PollMouse" type="Bool">
0185       <label context="@label">Auto-open window</label>
0186       <whatsthis context="@info:whatsthis">Whether to automatically open the application window when the mouse pointer is found at the edge of the screen.</whatsthis>
0187       <default>false</default>
0188     </entry>
0189     <entry name="PollInterval" type="Int">
0190       <label context="@label">Mouse pointer poll interval</label>
0191       <whatsthis context="@info:whatsthis">The interval during which the mouse pointer position will be checked to determine whether or not it is at the same edge of the screen as the window.</whatsthis>
0192       <default>500</default>
0193     </entry>
0194   </group>
0195   <group name="Dialogs">
0196     <entry name="FirstRun" type="Bool">
0197       <label context="@label">Application first run</label>
0198       <whatsthis context="@info:whatsthis">Whether this is the first time the application is run.</whatsthis>
0199       <default>true</default>
0200     </entry>
0201     <entry name="ConfirmQuit" type="Bool">
0202       <label context="@label">Confirm quit with multiple sessions</label>
0203       <whatsthis context="@info:whatsthis">Whether to prompt the user before quitting the application when multiple sessions are open.</whatsthis>
0204       <default>true</default>
0205     </entry>
0206   </group>
0207 </kcfg>