minor updates

This commit is contained in:
Alexander Navarro 2026-03-16 07:28:43 -03:00
parent 602de13a4e
commit c732f528a2
4 changed files with 83 additions and 20 deletions

View file

@ -31,7 +31,7 @@ environment {
QT_AUTO_SCREEN_SCALE_FACTOR "1" QT_AUTO_SCREEN_SCALE_FACTOR "1"
QT_QPA_PLATFORM "wayland;xcb" QT_QPA_PLATFORM "wayland;xcb"
QT_WAYLAND_DISABLE_WINDOWDECORATION "1" QT_WAYLAND_DISABLE_WINDOWDECORATION "1"
QT_QPA_PLATFORMTHEME "qt5ct" QT_QPA_PLATFORMTHEME "gtk3"
MOZ_ENABLE_WAYLAND "1" MOZ_ENABLE_WAYLAND "1"
XCURSOR_SIZE "24" XCURSOR_SIZE "24"
GTK_THEME "catppuccin-macchiato-teal-standard-default" GTK_THEME "catppuccin-macchiato-teal-standard-default"

View file

@ -1,3 +1,5 @@
spawn-at-startup "qs" "-c" "noctalia-shell"
window-rule { window-rule {
match app-id="firefox" match app-id="firefox"
open-on-workspace "1" open-on-workspace "1"

View file

@ -27,12 +27,13 @@
"viewMode": "list" "viewMode": "list"
}, },
"audio": { "audio": {
"cavaFrameRate": 30,
"mprisBlacklist": [ "mprisBlacklist": [
], ],
"preferredPlayer": "", "preferredPlayer": "",
"spectrumFrameRate": 30,
"visualizerType": "mirrored", "visualizerType": "mirrored",
"volumeFeedback": false, "volumeFeedback": false,
"volumeFeedbackSoundFile": "",
"volumeOverdrive": false, "volumeOverdrive": false,
"volumeStep": 5 "volumeStep": 5
}, },
@ -43,23 +44,37 @@
"barType": "floating", "barType": "floating",
"capsuleColorKey": "none", "capsuleColorKey": "none",
"capsuleOpacity": 1, "capsuleOpacity": 1,
"contentPadding": 2,
"density": "default", "density": "default",
"displayMode": "always_visible", "displayMode": "always_visible",
"enableExclusionZoneInset": true,
"floating": true, "floating": true,
"fontScale": 1,
"frameRadius": 12, "frameRadius": 12,
"frameThickness": 8, "frameThickness": 8,
"hideOnOverview": false, "hideOnOverview": false,
"marginHorizontal": 3, "marginHorizontal": 3,
"marginVertical": 5, "marginVertical": 5,
"middleClickAction": "none",
"middleClickCommand": "",
"middleClickFollowMouse": false,
"monitors": [ "monitors": [
], ],
"mouseWheelAction": "none",
"mouseWheelWrap": true,
"outerCorners": true, "outerCorners": true,
"position": "top", "position": "top",
"reverseScroll": false,
"rightClickAction": "controlCenter",
"rightClickCommand": "",
"rightClickFollowMouse": true,
"screenOverrides": [ "screenOverrides": [
], ],
"showCapsule": true, "showCapsule": true,
"showOnWorkspaceSwitch": true,
"showOutline": false, "showOutline": false,
"useSeparateOpacity": true, "useSeparateOpacity": true,
"widgetSpacing": 6,
"widgets": { "widgets": {
"center": [ "center": [
{ {
@ -80,6 +95,7 @@
"enableScrollWheel": true, "enableScrollWheel": true,
"focusedColor": "primary", "focusedColor": "primary",
"followFocusedScreen": false, "followFocusedScreen": false,
"fontWeight": "bold",
"groupedBorderOpacity": 1, "groupedBorderOpacity": 1,
"hideUnoccupied": false, "hideUnoccupied": false,
"iconScale": 0.8, "iconScale": 0.8,
@ -87,22 +103,19 @@
"labelMode": "none", "labelMode": "none",
"occupiedColor": "secondary", "occupiedColor": "secondary",
"pillSize": 0.6, "pillSize": 0.6,
"reverseScroll": false,
"showApplications": false, "showApplications": false,
"showApplicationsHover": false,
"showBadge": true, "showBadge": true,
"showLabelsOnlyWhenOccupied": true, "showLabelsOnlyWhenOccupied": true,
"unfocusedIconsOpacity": 1 "unfocusedIconsOpacity": 1
}, },
{ {
"compactMode": false, "compactMode": false,
"compactShowAlbumArt": true,
"compactShowVisualizer": false,
"hideMode": "hidden", "hideMode": "hidden",
"hideWhenIdle": false, "hideWhenIdle": false,
"id": "MediaMini", "id": "MediaMini",
"maxWidth": 200, "maxWidth": 200,
"panelShowAlbumArt": true, "panelShowAlbumArt": true,
"panelShowVisualizer": true,
"scrollingMode": "hover", "scrollingMode": "hover",
"showAlbumArt": false, "showAlbumArt": false,
"showArtistFirst": false, "showArtistFirst": false,
@ -158,6 +171,7 @@
{ {
"colorizeSystemIcon": "none", "colorizeSystemIcon": "none",
"enableColorization": false, "enableColorization": false,
"generalTooltipText": "",
"hideMode": "alwaysExpanded", "hideMode": "alwaysExpanded",
"icon": "clipboard-search", "icon": "clipboard-search",
"id": "CustomButton", "id": "CustomButton",
@ -173,7 +187,9 @@
"parseJson": false, "parseJson": false,
"rightClickExec": "", "rightClickExec": "",
"rightClickUpdateText": false, "rightClickUpdateText": false,
"showExecTooltip": true,
"showIcon": true, "showIcon": true,
"showTextTooltip": true,
"textCollapse": "", "textCollapse": "",
"textCommand": "", "textCommand": "",
"textIntervalMs": 3000, "textIntervalMs": 3000,
@ -244,6 +260,8 @@
} }
}, },
"brightness": { "brightness": {
"backlightDeviceMappings": [
],
"brightnessStep": 5, "brightnessStep": 5,
"enableDdcSupport": false, "enableDdcSupport": false,
"enforceMinimum": true "enforceMinimum": true
@ -354,8 +372,10 @@
"desktopWidgets": { "desktopWidgets": {
"enabled": false, "enabled": false,
"gridSnap": false, "gridSnap": false,
"gridSnapScale": false,
"monitorWidgets": [ "monitorWidgets": [
] ],
"overviewEnabled": true
}, },
"dock": { "dock": {
"animationSpeed": 1, "animationSpeed": 1,
@ -363,9 +383,19 @@
"colorizeIcons": false, "colorizeIcons": false,
"deadOpacity": 0.6, "deadOpacity": 0.6,
"displayMode": "auto_hide", "displayMode": "auto_hide",
"dockType": "floating",
"enabled": true, "enabled": true,
"floatingRatio": 1, "floatingRatio": 1,
"groupApps": false,
"groupClickAction": "cycle",
"groupContextMenuMode": "extended",
"groupIndicatorStyle": "dots",
"inactiveIndicators": false, "inactiveIndicators": false,
"indicatorColor": "primary",
"indicatorOpacity": 0.6,
"indicatorThickness": 3,
"launcherIconColor": "none",
"launcherPosition": "end",
"monitors": [ "monitors": [
], ],
"onlySameOutput": true, "onlySameOutput": true,
@ -375,6 +405,9 @@
], ],
"pinnedStatic": false, "pinnedStatic": false,
"position": "bottom", "position": "bottom",
"showDockIndicator": false,
"showLauncherIcon": false,
"sitOnFrame": false,
"size": 1 "size": 1
}, },
"general": { "general": {
@ -389,7 +422,9 @@
"clockStyle": "custom", "clockStyle": "custom",
"compactLockScreen": false, "compactLockScreen": false,
"dimmerOpacity": 0.25, "dimmerOpacity": 0.25,
"enableBlurBehind": true,
"enableLockScreenCountdown": true, "enableLockScreenCountdown": true,
"enableLockScreenMediaControls": false,
"enableShadows": true, "enableShadows": true,
"forceBlackScreenCorners": false, "forceBlackScreenCorners": false,
"iRadiusRatio": 1, "iRadiusRatio": 1,
@ -398,7 +433,8 @@
"Down" "Down"
], ],
"keyEnter": [ "keyEnter": [
"Return" "Return",
"Enter"
], ],
"keyEscape": [ "keyEscape": [
"Esc" "Esc"
@ -406,6 +442,9 @@
"keyLeft": [ "keyLeft": [
"Left" "Left"
], ],
"keyRemove": [
"Del"
],
"keyRight": [ "keyRight": [
"Right" "Right"
], ],
@ -421,7 +460,9 @@
"lockScreenMonitors": [ "lockScreenMonitors": [
], ],
"lockScreenTint": 0, "lockScreenTint": 0,
"passwordChars": false,
"radiusRatio": 1, "radiusRatio": 1,
"reverseScroll": false,
"scaleRatio": 1, "scaleRatio": 1,
"screenRadiusRatio": 1, "screenRadiusRatio": 1,
"shadowDirection": "bottom_right", "shadowDirection": "bottom_right",
@ -444,6 +485,20 @@
"startup": "", "startup": "",
"wallpaperChange": "" "wallpaperChange": ""
}, },
"idle": {
"customCommands": "[]",
"enabled": false,
"fadeDuration": 5,
"lockCommand": "",
"lockTimeout": 660,
"resumeLockCommand": "",
"resumeScreenOffCommand": "",
"resumeSuspendCommand": "",
"screenOffCommand": "",
"screenOffTimeout": 600,
"suspendCommand": "",
"suspendTimeout": 1800
},
"location": { "location": {
"analogClockInCalendar": false, "analogClockInCalendar": false,
"firstDayOfWeek": -1, "firstDayOfWeek": -1,
@ -459,10 +514,14 @@
"weatherShowEffects": true "weatherShowEffects": true
}, },
"network": { "network": {
"airplaneModeEnabled": false,
"bluetoothAutoConnect": true,
"bluetoothDetailsViewMode": "grid", "bluetoothDetailsViewMode": "grid",
"bluetoothHideUnnamedDevices": false, "bluetoothHideUnnamedDevices": false,
"bluetoothRssiPollIntervalMs": 10000, "bluetoothRssiPollIntervalMs": 10000,
"bluetoothRssiPollingEnabled": false, "bluetoothRssiPollingEnabled": false,
"disableDiscoverability": false,
"networkPanelView": "wifi",
"wifiDetailsViewMode": "list", "wifiDetailsViewMode": "list",
"wifiEnabled": true "wifiEnabled": true
}, },
@ -475,11 +534,18 @@
"manualSunset": "18:30", "manualSunset": "18:30",
"nightTemp": "4000" "nightTemp": "4000"
}, },
"noctaliaPerformance": {
"disableDesktopWidgets": true,
"disableWallpaper": true
},
"notifications": { "notifications": {
"backgroundOpacity": 1, "backgroundOpacity": 1,
"clearDismissed": true,
"criticalUrgencyDuration": 15, "criticalUrgencyDuration": 15,
"density": "default",
"enableBatteryToast": true, "enableBatteryToast": true,
"enableKeyboardLayoutToast": true, "enableKeyboardLayoutToast": true,
"enableMarkdown": false,
"enableMediaToast": false, "enableMediaToast": false,
"enabled": true, "enabled": true,
"location": "top", "location": "top",
@ -572,31 +638,26 @@
"keybind": "6" "keybind": "6"
} }
], ],
"showHeader": true "showHeader": true,
"showKeybinds": true
}, },
"settingsVersion": 53, "settingsVersion": 57,
"systemMonitor": { "systemMonitor": {
"batteryCriticalThreshold": 5, "batteryCriticalThreshold": 5,
"batteryWarningThreshold": 20, "batteryWarningThreshold": 20,
"cpuCriticalThreshold": 90, "cpuCriticalThreshold": 90,
"cpuPollingInterval": 1000,
"cpuWarningThreshold": 80, "cpuWarningThreshold": 80,
"criticalColor": "", "criticalColor": "",
"diskAvailCriticalThreshold": 10, "diskAvailCriticalThreshold": 10,
"diskAvailWarningThreshold": 20, "diskAvailWarningThreshold": 20,
"diskCriticalThreshold": 90, "diskCriticalThreshold": 90,
"diskPollingInterval": 3000,
"diskWarningThreshold": 80, "diskWarningThreshold": 80,
"enableDgpuMonitoring": false, "enableDgpuMonitoring": false,
"externalMonitor": "resources || missioncenter || jdsystemmonitor || corestats || system-monitoring-center || gnome-system-monitor || plasma-systemmonitor || mate-system-monitor || ukui-system-monitor || deepin-system-monitor || pantheon-system-monitor", "externalMonitor": "resources || missioncenter || jdsystemmonitor || corestats || system-monitoring-center || gnome-system-monitor || plasma-systemmonitor || mate-system-monitor || ukui-system-monitor || deepin-system-monitor || pantheon-system-monitor",
"gpuCriticalThreshold": 90, "gpuCriticalThreshold": 90,
"gpuPollingInterval": 3000,
"gpuWarningThreshold": 80, "gpuWarningThreshold": 80,
"loadAvgPollingInterval": 3000,
"memCriticalThreshold": 90, "memCriticalThreshold": 90,
"memPollingInterval": 1000,
"memWarningThreshold": 80, "memWarningThreshold": 80,
"networkPollingInterval": 1000,
"swapCriticalThreshold": 90, "swapCriticalThreshold": 90,
"swapWarningThreshold": 80, "swapWarningThreshold": 80,
"tempCriticalThreshold": 90, "tempCriticalThreshold": 90,
@ -614,19 +675,18 @@
"enableUserTheming": false "enableUserTheming": false
}, },
"ui": { "ui": {
"bluetoothDetailsViewMode": "grid",
"bluetoothHideUnnamedDevices": false,
"boxBorderEnabled": false, "boxBorderEnabled": false,
"fontDefault": "Sans Serif", "fontDefault": "Sans Serif",
"fontDefaultScale": 1, "fontDefaultScale": 1,
"fontFixed": "monospace", "fontFixed": "monospace",
"fontFixedScale": 1, "fontFixedScale": 1,
"networkPanelView": "wifi",
"panelBackgroundOpacity": 0.93, "panelBackgroundOpacity": 0.93,
"panelsAttachedToBar": false, "panelsAttachedToBar": false,
"scrollbarAlwaysVisible": true,
"settingsPanelMode": "centered", "settingsPanelMode": "centered",
"settingsPanelSideBarCardStyle": false,
"tooltipsEnabled": true, "tooltipsEnabled": true,
"wifiDetailsViewMode": "grid" "translucentWidgets": false
}, },
"wallpaper": { "wallpaper": {
"automationEnabled": true, "automationEnabled": true,

View file

@ -65,6 +65,7 @@
"g r": "editor::FindAllReferences", "g r": "editor::FindAllReferences",
"space l j": "editor::GoToDiagnostic", "space l j": "editor::GoToDiagnostic",
"space l k": "editor::GoToPreviousDiagnostic", "space l k": "editor::GoToPreviousDiagnostic",
"space l D": "editor::OpenDocs",
"space f o": "outline::Toggle", // Symbol search "space f o": "outline::Toggle", // Symbol search
"space f O": "project_symbols::Toggle", "space f O": "project_symbols::Toggle",