1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-02-06 09:57:43 +03:00
Michail Vourlakos b5233ddfe0 option for tasks to scroll and minimize them
--a new Wheel action is introduced to Tasks and
the user can now choose to disable wheel actions
only for tasks OR cycle through grouped tasks OR
upwards cycles trhough grouped tasks and downwards
minimizes them.

BUG:416096
2020-01-28 21:33:47 +02:00

386 lines
13 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
<kcfgfile name=""/>
<group name="General">
<entry name="appletOrder" type="String">
<label>encoded order of items</label>
</entry>
<entry name="lockedZoomApplets" type="String">
<label>applets that lock the zoom effect</label>
</entry>
<entry name="userBlocksColorizingApplets" type="String">
<label>applets that do not want to be colorized in any case</label>
</entry>
<entry name="panelPosition" type="Enum">
<choices>
<choice name="Center"/>
<choice name="Left"/>
<choice name="Right"/>
<choice name="Top"/>
<choice name="Bottom"/>
</choices>
<default>0</default>
</entry>
<entry name="zoomLevel" type="Int">
<default>10</default>
</entry>
<entry name="iconSize" type="Int">
<default>64</default>
</entry>
<entry name="editBackgroundOpacity" type="Double">
<default>0.2</default>
<label>opacity value for edit mode background</label>
</entry>
<entry name="lastWindowsVisibilityMode" type="Int">
<default>5</default>
<label>last windows visibility mode used, 5 stands for "Windows Go Below"</label>
</entry>
<!-- this is percentage -->
<entry name="thickMargin" type="Int">
<default>20</default>
<label>this is a percentage value</label>
</entry>
<entry name="lengthExtMargin" type="Int">
<default>0</default>
<label>this is a percentage value</label>
</entry>
<entry name="shrinkThickMargins" type="Bool">
<default>false</default>
<label>this is a percentage value</label>
</entry>
<entry name="fittsLawIsRequested" type="Bool">
<default>false</default>
<label>floating views require Fitts Law to be applied</label>
</entry>
<entry name="hideScreenGapForMaximized" type="Bool">
<default>false</default>
<label>floating views hide their screen gap for maximized windows</label>
</entry>
<entry name="proportionIconSize" type="Double">
<default>-1</default>
<label>this is a percentage value, -1 means disabled</label>
</entry>
<entry name="screenEdgeMargin" type="Int">
<default>-1</default>
<label>margin from screen edge in pixels, -1 means disabled</label>
</entry>
<entry name="inConfigureAppletsMode" type="Bool">
<default>false</default>
</entry>
<entry name="useThemePanel" type="Bool">
<default>true</default>
</entry>
<entry name="panelSize" type="Int">
<default>6</default>
</entry>
<entry name="panelShadows" type="Bool">
<default>true</default>
</entry>
<entry name="disablePanelShadowForMaximized" type="Bool">
<default>false</default>
</entry>
<entry name="panelTransparency" type="Int">
<default>100</default>
</entry>
<entry name="panelOutline" type="Bool">
<default>false</default>
</entry>
<entry name="blurEnabled" type="Bool">
<default>true</default>
</entry>
<entry name="autoDecreaseIconSize" type="Bool">
<default>true</default>
</entry>
<entry name="smallAutomaticIconJumps" type="Bool">
<default>true</default>
</entry>
<entry name="addLaunchersInTaskManager" type="Bool">
<default>true</default>
</entry>
<entry name="backgroundOnlyOnMaximized" type="Bool">
<default>false</default>
</entry>
<entry name="solidBackgroundForMaximized" type="Bool">
<default>false</default>
</entry>
<entry name="plasmaBackgroundForPopups" type="Bool">
<default>false</default>
</entry>
<entry name="themeColors" type="Enum">
<choices>
<choice name="PlasmaThemeColors"/>
<choice name="ReverseThemeColors"/>
<choice name="SmartThemeColors"/>
</choices>
<default>0</default>
<label>which theme color palette is going to be used</label>
</entry>
<entry name="windowColors" type="Enum">
<choices>
<choice name="NoneWindowColors"/>
<choice name="ActiveWindowColors"/>
<choice name="TouchingWindowColors"/>
</choices>
<default>0</default>
<label>which color palette is going to be used based on windows</label>
</entry>
<entry name="splitterPosition" type="Int">
<default>-1</default>
</entry>
<entry name="splitterPosition2" type="Int">
<default>-1</default>
</entry>
<entry name="shadows" type="Enum">
<label>Shadows for the applets</label>
<choices>
<choice name="None"/>
<choice name="Locked"/>
<choice name="All"/>
</choices>
<default>2</default>
</entry>
<entry name="shadowColorType" type="Enum">
<label>Applets shadow color type</label>
<choices>
<choice name="Default"/>
<choice name="Theme"/>
<choice name="User"/>
</choices>
<default>0</default>
</entry>
<entry name="shadowOpacity" type="Int">
<default>70</default>
</entry>
<entry name="shadowSize" type="Int">
<default>30</default>
</entry>
<entry name="shadowColor" type="String">
<default>080808</default>
</entry>
<entry name="showGlow" type="Bool">
<default>false</default>
</entry>
<entry name="maxLength" type="Int">
<default>100</default>
</entry>
<entry name="offset" type="Int">
<default>0</default>
</entry>
<entry name="dragActiveWindowEnabled" type="Bool">
<default>false</default>
<label>Drag and maximize/restore active window from empty areas</label>
</entry>
<entry name="closeActiveWindowEnabled" type="Bool">
<default>false</default>
<label>Close active window from empty areas</label>
</entry>
<entry name="activeWindowFilter" type="Enum">
<choices>
<choice name="InCurrentScreen"/>
<choice name="FromAllScreens"/>
</choices>
<default>0</default>
</entry>
<entry name="leftClickAction" type="Enum">
<choices>
<choice name="None"/>
<choice name="Close"/>
<choice name="NewInstance"/>
<choice name="ToggleMinimized"/>
<choice name="CycleThroughTasks"/>
<choice name="ToggleGrouping"/>
<choice name="PresentWindows"/>
<choice name="PreviewWindows"/>
<choice name="HighlightWindows"/>
<choice name="PreviewAndHighlightWindows"/>
</choices>
<default>6</default>
</entry>
<entry name="middleClickAction" type="Enum">
<choices>
<choice name="None"/>
<choice name="Close"/>
<choice name="NewInstance"/>
<choice name="ToggleMinimized"/>
<choice name="CycleThroughTasks"/>
<choice name="ToggleGrouping"/>
<choice name="PresentWindows"/>
<choice name="PreviewWindows"/>
<choice name="HighlightWindows"/>
<choice name="PreviewAndHighlightWindows"/>
</choices>
<default>2</default>
</entry>
<entry name="hoverAction" type="Enum">
<choices>
<choice name="None"/>
<choice name="Close"/>
<choice name="NewInstance"/>
<choice name="ToggleMinimized"/>
<choice name="CycleThroughTasks"/>
<choice name="ToggleGrouping"/>
<choice name="PresentWindows"/>
<choice name="PreviewWindows"/>
<choice name="HighlightWindows"/>
<choice name="PreviewAndHighlightWindows"/>
</choices>
<default>0</default>
</entry>
<entry name="scrollAction" type="Enum">
<choices>
<choice name="ScrollNone"/>
<choice name="ScrollDesktops"/>
<choice name="ScrollActivities"/>
<choice name="ScrollTasks"/>
<choice name="ScrollToggleMinimized"/>
</choices>
<default>0</default>
</entry>
<entry name="taskScrollAction" type="Enum">
<choices>
<choice name="ScrollNone"/>
<choice name="ScrollTasks"/>
<choice name="ScrollToggleMinimized"/>
</choices>
<default>1</default>
</entry>
<entry name="modifierClickAction" type="Enum">
<choices>
<choice name="None"/>
<choice name="Close"/>
<choice name="NewInstance"/>
<choice name="ToggleMinimized"/>
<choice name="CycleThroughTasks"/>
<choice name="ToggleGrouping"/>
<choice name="PresentWindows"/>
<choice name="PreviewWindows"/>
<choice name="HighlightWindows"/>
<choice name="PreviewAndHighlightWindows"/>
</choices>
<default>0</default>
</entry>
<entry name="modifier" type="Enum">
<choices>
<choice name="Shift"/>
<choice name="Control"/>
<choice name="Alt"/>
<choice name="Meta"/>
</choices>
<default>1</default>
</entry>
<entry name="modifierClick" type="Enum">
<choices>
<choice name="LeftClick"/>
<choice name="MiddleClick"/>
<choice name="RightClick"/>
</choices>
<default>0</default>
</entry>
<!-- Config properties -->
<entry name="configurationSticker" type="Bool">
<default>false</default>
</entry>
<!-- Animations -->
<entry name="animationsEnabled" type="Bool">
<default>true</default>
</entry>
<entry name="durationTime" type="Enum">
<choices>
<choice name="None"/>
<choice name="x1"/>
<choice name="x2"/>
<choice name="x3"/>
</choices>
<default>2</default>
</entry>
<entry name="animationLauncherBouncing" type="Bool">
<default>true</default>
</entry>
<entry name="animationWindowInAttention" type="Bool">
<default>true</default>
</entry>
<entry name="animationNewWindowSliding" type="Bool">
<default>true</default>
</entry>
<entry name="animationWindowAddedInGroup" type="Bool">
<default>true</default>
</entry>
<entry name="animationWindowRemovedFromGroup" type="Bool">
<default>true</default>
</entry>
<!-- Tasks properties -->
<entry name="launchersGroup" type="Enum">
<choices>
<choice name="Unique"/>
<choice name="Layout"/>
<choice name="Global"/>
</choices>
<default>0</default>
</entry>
<entry name="showWindowActions" type="Bool">
<default>false</default>
</entry>
<entry name="showWindowsOnlyFromLaunchers" type="Bool">
<default>false</default>
<label>show only windows that there is a launcher for them</label>
</entry>
<entry name="groupTasksByDefault" type="Bool">
<default>true</default>
<label>by default group same tasks</label>
</entry>
<entry name="showOnlyCurrentScreen" type="Bool">
<default>false</default>
</entry>
<entry name="showOnlyCurrentDesktop" type="Bool">
<default>false</default>
</entry>
<entry name="showOnlyCurrentActivity" type="Bool">
<default>true</default>
</entry>
<entry name="titleTooltips" type="Bool">
<default>true</default>
</entry>
<entry name="showInfoBadge" type="Bool">
<default>true</default>
</entry>
<entry name="showProgressBadge" type="Bool">
<default>true</default>
</entry>
<entry name="showAudioBadge" type="Bool">
<default>true</default>
</entry>
<entry name="audioBadgeActionsEnabled" type="Bool">
<default>true</default>
</entry>
<entry name="infoBadgeProminentColorEnabled" type="Bool">
<default>false</default>
</entry>
<entry name="mouseWheelActions" type="Bool">
<default>true</default>
</entry>
<entry name="scrollTasksEnabled" type="Bool">
<default>false</default>
</entry>
<entry name="autoScrollTasksEnabled" type="Bool">
<default>true</default>
</entry>
<entry name="manualScrollTasksType" type="Enum">
<choices>
<choice name="Disabled"/>
<choice name="Parallel"/>
<choice name="VerticalHorizontal"/>
</choices>
<default>1</default>
</entry>
<entry name="unifiedGlobalShortcuts" type="Bool">
<default>true</default>
<label>Global Shortcuts are combined between applets and tasks</label>
</entry>
</group>
</kcfg>