User:D ed/config keys: Difference between revisions

From KDE UserBase Wiki
(Created page with "===browser_settings.kcfg=== ======General====== * '''browserApplication''' (''String'', default ''empty string'') Default web browser ===colorssettings.kcfg=== ======General==...")
 
No edit summary
 
Line 1: Line 1:
===AutomounterSettingsBase.kcfg===
======General======
* '''AutomountOnLogin''' (''Bool'', default ''true'')
* '''AutomountOnPlugin''' (''Bool'', default ''true'')
* '''AutomountUnknownDevices''' (''Bool'', default ''false'')
* '''AutomountEnabled''' (''Bool'', default ''false'')
===LayoutSettings.kcfg===
======Layout======
* '''HeaderWidths''' (''IntList'', default ''null'')
* '''AttachedExpanded''' (''Bool'', default ''true'')
* '''DetatchedExpanded''' (''Bool'', default ''false'')
===browser_settings.kcfg===
===browser_settings.kcfg===
======General======
======General======
Line 12: Line 23:
======Theme======
======Theme======
* '''name''' (''String'', default ''default'') Name of the current Plasma Style
* '''name''' (''String'', default ''default'') Name of the current Plasma Style
===emojiersettings.kcfg===
======Emojier======
* '''recent''' (''StringList'', default ''empty list'')
* '''recentDescriptions''' (''StringList'', default ''empty list'')
===fontsaasettingsbase.kcfg===
======General======
* '''forceFontDPIWayland''' (''UInt'', default ''0'') Force font DPI Wayland
* '''forceFontDPI''' (''UInt'', default ''0'') Force font DPI X11
===fontssettings.kcfg===
===fontssettings.kcfg===
======General======
======General======
Line 21: Line 40:
======WM======
======WM======
* '''activeFont''' (''Font'', default ''windowTitleFont'') Window title font
* '''activeFont''' (''Font'', default ''windowTitleFont'') Window title font
===iconssettingsbase.kcfg===
======Icons======
* '''Theme''' (''String'', default ''breeze'') Name of the current icon theme
======DesktopIcons======
* '''desktopSize''' (''Int'', default ''32'') Desktop icons size
======ToolbarIcons======
* '''toolbarSize''' (''Int'', default ''22'') Toolbar icons size
======MainToolbarIcons======
* '''mainToolbarSize''' (''Int'', default ''22'') Main toolbar icons size
======SmallIcons======
* '''smallSize''' (''Int'', default ''16'') Small icons size
======PanelIcons======
* '''panelSize''' (''Int'', default ''48'') Panel icons size
======DialogIcons======
* '''dialogSize''' (''Int'', default ''32'') Dialog icons size
===kactivitymanagerd_plugins_settings.kcfg===
===kactivitymanagerd_plugins_settings.kcfg===
======Plugin-org.kde.ActivityManager.Resources.Scoring======
======Plugin-org.kde.ActivityManager.Resources.Scoring======
* '''keepHistoryFor''' (''Int'', default ''0'') How many month keep the activity history
* '''keepHistoryFor''' (''Int'', default ''0'') How many months keep the activity history
* '''blockedByDefault''' (''Bool'', default ''false'')  
* '''blockedByDefault''' (''Bool'', default ''false'')  
* '''whatToRemember''' (''Int'', default ''0'') whick data to keep in activity history
* '''whatToRemember''' (''Int'', default ''0'') Which data to keep in activity history
* '''allowedApplications''' (''StringList'', default ''empty list'') List of Applications whose activity history to save
* '''blockedApplications''' (''StringList'', default ''empty list'') List of Applications whose activity history not to save
===kactivitymanagerd_settings.kcfg===
===kactivitymanagerd_settings.kcfg===
======Plugins======
======Plugins======
Line 67: Line 103:
* '''toolButtonStyle''' (''String'', default ''TextBesideIcon'') Main toolbar label
* '''toolButtonStyle''' (''String'', default ''TextBesideIcon'') Main toolbar label
* '''toolButtonStyleOtherToolbars''' (''String'', default ''TextBesideIcon'') Secondary toolbar label
* '''toolButtonStyleOtherToolbars''' (''String'', default ''TextBesideIcon'') Secondary toolbar label
===terminal_settings.kcfg===
======General======
* '''terminalApplication''' (''String'', default ''konsole'')
===touchpad.kcfg===
===touchpad.kcfg===
======parameters======
======parameters======
Line 192: Line 231:
===workspaceoptions_kdeglobalssettings.kcfg===
===workspaceoptions_kdeglobalssettings.kcfg===
======KDE======
======KDE======
* '''singleClick''' (''Bool'', default ''true'') Signle click to open files
* '''singleClick''' (''Bool'', default ''true'') Single click to open files
* '''animationDurationFactor''' (''Double'', default ''1.0'') Animation speed
* '''animationDurationFactor''' (''Double'', default ''1.0'') Animation speed
* '''scrollbarLeftClickNavigatesByPage''' (''Bool'', default ''true'') Left-click in scrollbar track moves scrollbar by one page
* '''scrollbarLeftClickNavigatesByPage''' (''Bool'', default ''true'') Left-click in scrollbar track moves scrollbar by one page

Latest revision as of 12:24, 1 April 2020

AutomounterSettingsBase.kcfg

General
  • AutomountOnLogin (Bool, default true)
  • AutomountOnPlugin (Bool, default true)
  • AutomountUnknownDevices (Bool, default false)
  • AutomountEnabled (Bool, default false)

LayoutSettings.kcfg

Layout
  • HeaderWidths (IntList, default null)
  • AttachedExpanded (Bool, default true)
  • DetatchedExpanded (Bool, default false)

browser_settings.kcfg

General
  • browserApplication (String, default empty string) Default web browser

colorssettings.kcfg

General
  • colorScheme (String, default Breeze) Color scheme name

cursorthemesettings.kcfg

Mouse
  • cursorTheme (String, default breeze_cursors) Name of the current cursor theme
  • cursorSize (Int, default 0) Current cursor size

desktopthemesettings.kcfg

Theme
  • name (String, default default) Name of the current Plasma Style

emojiersettings.kcfg

Emojier
  • recent (StringList, default empty list)
  • recentDescriptions (StringList, default empty list)

fontsaasettingsbase.kcfg

General
  • forceFontDPIWayland (UInt, default 0) Force font DPI Wayland
  • forceFontDPI (UInt, default 0) Force font DPI X11

fontssettings.kcfg

General
  • font (Font, default generalFont) General font
  • fixed (Font, default fixedWidthFont) Fixed width font
  • smallestReadableFont (Font, default smallFont) Small font
  • toolBarFont (Font, default toolBarFont) Tool bar font
  • menuFont (Font, default menuFont) Menu font
WM
  • activeFont (Font, default windowTitleFont) Window title font

iconssettingsbase.kcfg

Icons
  • Theme (String, default breeze) Name of the current icon theme
DesktopIcons
  • desktopSize (Int, default 32) Desktop icons size
ToolbarIcons
  • toolbarSize (Int, default 22) Toolbar icons size
MainToolbarIcons
  • mainToolbarSize (Int, default 22) Main toolbar icons size
SmallIcons
  • smallSize (Int, default 16) Small icons size
PanelIcons
  • panelSize (Int, default 48) Panel icons size
DialogIcons
  • dialogSize (Int, default 32) Dialog icons size

kactivitymanagerd_plugins_settings.kcfg

Plugin-org.kde.ActivityManager.Resources.Scoring
  • keepHistoryFor (Int, default 0) How many months keep the activity history
  • blockedByDefault (Bool, default false)
  • whatToRemember (Int, default 0) Which data to keep in activity history
  • allowedApplications (StringList, default empty list) List of Applications whose activity history to save
  • blockedApplications (StringList, default empty list) List of Applications whose activity history not to save

kactivitymanagerd_settings.kcfg

Plugins
  • virtualDesktopSwitchEnabled (Bool, default false)
  • resourceScoringEnabled (Bool, default false)

launchfeedbacksettings.kcfg

BusyCursorSettings
  • blinking (Bool, default false)
  • bouncing (Bool, default true)
  • cursorTimeout (Int, default 5) Timeout in seconds
FeedbackStyle
  • busyCursor (Bool, default true)
  • taskbarButton (Bool, default true)
TaskbarButtonSettings
  • taskbarTimeout (Int, default 5) Timeout in seconds

lookandfeelsettings.kcfg

KDE
  • lookAndFeelPackage (String, default org.kde.breeze.desktop) Global look and feel

renderer.kcfg

QtQuickRendererSettings
  • RenderLoop (Enum, default automaticloop)
  • SceneGraphBackend (Enum, default automaticbackend)
  • ForceGlCoreProfile (Bool, default false)

smserversettings.kcfg

General
  • confirmLogout (Bool, default true) Confirm logout
  • offerShutdown (Bool, default true) Offer shutdown options
  • shutdownType (Int, default 0) Default leave option
  • loginMode (Enum, default restorePreviousLogout) On login
  • excludeApps (String, default empty string) Applications to be excluded from session

splashscreensettings.kcfg

KSplash
  • engine (String, default theme() == QStringLiteral("None") ? QStringLiteral("none") : QStringLiteral("KSplashQML")) For futur use
  • theme (String, default defaultTheme) Name of the current splash theme

stylesettings.kcfg

KDE
  • widgetStyle (String, default Breeze) Application style
  • iconsOnButtons (Bool, default true) Show icons on buttons
  • iconsInMenus (Bool, default true) Show icons in menus
Toolbar style
  • toolButtonStyle (String, default TextBesideIcon) Main toolbar label
  • toolButtonStyleOtherToolbars (String, default TextBesideIcon) Secondary toolbar label

terminal_settings.kcfg

General
  • terminalApplication (String, default konsole)

touchpad.kcfg

parameters
  • Tapping (Bool, default
               systemDefault("Tapping", true)
           ) 
  • $(TapAction)Button (Enum, default
               systemDefaultEnum("OneFingerTapButton", LeftButton)
           ) No action
  • VertEdgeScroll (Bool, default
               systemDefault("VertEdgeScroll", true)
           ) 
  • VertTwoFingerScroll (Bool, default
               systemDefault("VertTwoFingerScroll", true)
           ) 
  • HorizEdgeScroll (Bool, default
               systemDefault("HorizEdgeScroll", true)
           ) 
  • HorizTwoFingerScroll (Bool, default
               systemDefault("HorizTwoFingerScroll", true)
           ) 
  • MinSpeed (Double, default
               systemDefault("MinSpeed", 0.0)
           ) 
  • MaxSpeed (Double, default
               systemDefault("MaxSpeed", 255.0)
           ) 
  • AccelFactor (Double, default
               systemDefault("AccelFactor", 0.0)
           ) 
  • HorizHysteresis (Int, default
               systemDefault("HorizHysteresis", 0)
           ) 
  • VertHysteresis (Int, default
               systemDefault("VertHysteresis", 0)
           ) 
  • TapAndDragGesture (Bool, default
               systemDefault("TapAndDragGesture", true)
           ) 
  • LockedDrags (Bool, default
               systemDefault("LockedDrags", false)
           ) 
  • LockedDragTimeout (Int, default
               systemDefault("LockedDragTimeout", 5000)
           ) 
  • VertScrollDelta (Double, default
               systemDefault("VertScrollDelta", 1.0)
           ) 
  • InvertVertScroll (Bool, default
               systemDefault("InvertVertScroll", false)
           ) 
  • HorizScrollDelta (Double, default
               systemDefault("HorizScrollDelta", 1.0)
           ) 
  • InvertHorizScroll (Bool, default
               systemDefault("InvertHorizScroll", false)
           ) 
  • CornerCoasting (Bool, default
               systemDefault("CornerCoasting", false)
           ) 
  • CoastingSpeed (Double, default
               systemDefault("CoastingSpeed", 20.0)
           ) 
  • CoastingFriction (Double, default
               systemDefault("CoastingFriction", 50.0)
           ) 
  • Coasting (Bool, default
               systemDefault("Coasting", true)
           ) 
  • FingerHigh (Int, default
               systemDefault("FingerHigh", 30)
           ) 
  • FingerLow (Int, default
               systemDefault("FingerLow", 25)
           ) 
  • PalmDetect (Bool, default
               systemDefault("PalmDetect", false)
           ) 
  • PalmMinZ (Int, default
               systemDefault("PalmMinZ", 200)
           ) 
  • PalmMinWidth (Int, default
               systemDefault("PalmMinWidth", 10)
           ) 
  • MaxTapTime (Int, default
               systemDefault("MaxTapTime", 180)
           ) 
  • MaxDoubleTapTime (Int, default
               systemDefault("MaxDoubleTapTime", 180)
           ) 
  • SingleTapTimeout (Int, default
               systemDefault("SingleTapTimeout", 180)
           ) 
  • MaxTapMove (Double, default
               systemDefault("MaxTapMove", 2.0)
           ) 
  • PressureMotionMinZ (Int, default
               systemDefault("PressureMotionMinZ", 30)
           ) 
  • PressureMotionMaxZ (Int, default
               systemDefault("PressureMotionMaxZ", 160)
           ) 
  • PressureMotionMinFactor (Double, default
               systemDefault("PressureMotionMinFactor", 1.0)
           ) 
  • PressureMotionMaxFactor (Double, default
               systemDefault("PressureMotionMaxFactor", 1.0)
           ) 
  • CircularScrolling (Bool, default
               systemDefault("CircularScrolling", false)
           ) 
  • CircScrollDelta (Double, default
               systemDefault("CircScrollDelta", 10.0)
           ) 
  • CircScrollTrigger (Enum, default
               systemDefaultEnum("CircScrollTrigger", AllEdges)
           ) All edges

touchpaddaemon.kcfg

autodisable
  • DisableWhenMousePluggedIn (Bool, default false)
  • DisableOnKeyboardActivity (Bool, default true)
  • OnlyDisableTapAndScrollOnKeyboardActivity (Bool, default true)
  • KeyboardActivityTimeoutMs (Int, default 250)
  • MouseBlacklist (StringList, default TPPS/2 IBM TrackPoint,USB Trackpoint pointing device,DualPoint Stick,ThinkPad USB Keyboard with TrackPoint)

workspaceoptions_kdeglobalssettings.kcfg

KDE
  • singleClick (Bool, default true) Single click to open files
  • animationDurationFactor (Double, default 1.0) Animation speed
  • scrollbarLeftClickNavigatesByPage (Bool, default true) Left-click in scrollbar track moves scrollbar by one page

workspaceoptions_plasmasettings.kcfg

PlasmaToolTips
  • delay (Double, default 0.7) Display informational tooltips on mouse hover
OSD
  • osdEnabled (Bool, default true) Display visual feedback for status changes