From 9c645acf158b059f8f4c0f1bb8b93ab4b14cc54f Mon Sep 17 00:00:00 2001 From: aleidk Date: Mon, 23 Mar 2026 09:21:31 -0300 Subject: [PATCH] minor updates --- configs/niri/work-laptop/local.kdl | 6 +- configs/noctalia/settings.json | 23 +++-- configs/zed/settings.json | 150 +++++++++++++++++------------ 3 files changed, 109 insertions(+), 70 deletions(-) diff --git a/configs/niri/work-laptop/local.kdl b/configs/niri/work-laptop/local.kdl index e7235f6..fbc3bdf 100644 --- a/configs/niri/work-laptop/local.kdl +++ b/configs/niri/work-laptop/local.kdl @@ -1,7 +1,9 @@ +spawn-at-startup "brave" +spawn-at-startup "firefox" window-rule { match app-id="firefox" open-on-workspace "1" - open-focused true + open-focused false default-column-width { proportion 0.5 } @@ -9,7 +11,7 @@ window-rule { window-rule { match app-id="brave-browser" open-on-workspace "2" - open-focused false + open-focused true default-column-width { proportion 0.5 } diff --git a/configs/noctalia/settings.json b/configs/noctalia/settings.json index 313137f..3809942 100644 --- a/configs/noctalia/settings.json +++ b/configs/noctalia/settings.json @@ -8,7 +8,9 @@ "customLaunchPrefixEnabled": false, "density": "default", "enableClipPreview": true, + "enableClipboardChips": true, "enableClipboardHistory": true, + "enableClipboardSmartIcons": true, "enableSessionSearch": true, "enableSettingsSearch": true, "enableWindowsSearch": true, @@ -23,7 +25,6 @@ "showIconBackground": true, "sortByMostUsed": true, "terminalCommand": "xterm -e", - "useApp2Unit": false, "viewMode": "list" }, "audio": { @@ -31,6 +32,7 @@ ], "preferredPlayer": "", "spectrumFrameRate": 30, + "spectrumMirrored": true, "visualizerType": "mirrored", "volumeFeedback": false, "volumeFeedbackSoundFile": "", @@ -48,7 +50,6 @@ "density": "default", "displayMode": "always_visible", "enableExclusionZoneInset": true, - "floating": true, "fontScale": 1, "frameRadius": 12, "frameThickness": 8, @@ -384,7 +385,7 @@ "deadOpacity": 0.6, "displayMode": "auto_hide", "dockType": "floating", - "enabled": true, + "enabled": false, "floatingRatio": 1, "groupApps": false, "groupClickAction": "cycle", @@ -394,8 +395,10 @@ "indicatorColor": "primary", "indicatorOpacity": 0.6, "indicatorThickness": 3, + "launcherIcon": "", "launcherIconColor": "none", "launcherPosition": "end", + "launcherUseDistroLogo": false, "monitors": [ ], "onlySameOutput": true, @@ -475,6 +478,7 @@ "telemetryEnabled": false }, "hooks": { + "colorGeneration": "", "darkModeChange": "", "enabled": false, "performanceModeDisabled": "", @@ -522,8 +526,7 @@ "bluetoothRssiPollingEnabled": false, "disableDiscoverability": false, "networkPanelView": "wifi", - "wifiDetailsViewMode": "list", - "wifiEnabled": true + "wifiDetailsViewMode": "list" }, "nightLight": { "autoSchedule": true, @@ -586,7 +589,8 @@ "overlayLayer": true }, "plugins": { - "autoUpdate": false + "autoUpdate": false, + "notifyUpdates": true }, "sessionMenu": { "countdownDuration": 5000, @@ -641,7 +645,7 @@ "showHeader": true, "showKeybinds": true }, - "settingsVersion": 57, + "settingsVersion": 59, "systemMonitor": { "batteryCriticalThreshold": 5, "batteryWarningThreshold": 20, @@ -725,7 +729,10 @@ "sortOrder": "name", "transitionDuration": 1500, "transitionEdgeSmoothness": 0.05, - "transitionType": "fade", + "transitionType": [ + "fade" + ], + "useOriginalImages": false, "useSolidColor": false, "useWallhaven": false, "viewMode": "recursive", diff --git a/configs/zed/settings.json b/configs/zed/settings.json index ef69953..964ab5d 100644 --- a/configs/zed/settings.json +++ b/configs/zed/settings.json @@ -296,66 +296,96 @@ "dark": "Catppuccin Macchiato" }, "ssh_connections": [ - { - "host": "GetDTE-Prod-App", - "args": [], - "projects": [ - { - "paths": ["/bcn/invoice-chile/scripts"] - } - ] - }, - { - "host": "t-800", - "args": [], - "projects": [ - { - "paths": ["/opt/stacks"] - } - ], - "nickname": "T-800" - }, - { - "host": "getwfr-2-piloto", - "args": [], - "projects": [ - { - "paths": ["/bcn/workflow/piloto/php/./"] - } - ] - }, - { - "host": "saria", - "args": [], - "projects": [ - { - "paths": ["/opt/stacks"] - } - ], - "nickname": "Saria" - }, - { - "host": "getwfr-2-prod", - "args": [], - "projects": [ - { - "paths": ["/bcn/workflow/produccion/php/./"] - } - ] - }, - { - "host": "GetCPE-Prod", - "args": [], - "projects": [ - { - "paths": ["/bcn"] - }, - { - "paths": ["/bcn/getcpe/produccion/./"] - } - ] - } - ], + { + "host": "GetDTE-Prod-App", + "args": [], + "projects": [ + { + "paths": [ + "/bcn/invoice-chile/scripts" + ] + } + ] + }, + { + "host": "t-800", + "args": [], + "projects": [ + { + "paths": [ + "/opt/stacks" + ] + } + ], + "nickname": "T-800" + }, + { + "host": "getwfr-2-piloto", + "args": [], + "projects": [ + { + "paths": [ + "/bcn/workflow/piloto/php/./" + ] + } + ] + }, + { + "host": "saria", + "args": [], + "projects": [ + { + "paths": [ + "/opt/stacks" + ] + } + ], + "nickname": "Saria" + }, + { + "host": "getwfr-2-prod", + "args": [], + "projects": [ + { + "paths": [ + "/bcn/workflow/produccion/php/./" + ] + } + ] + }, + { + "host": "GetCPE-Prod", + "args": [], + "projects": [ + { + "paths": [ + "/bcn" + ] + }, + { + "paths": [ + "/bcn/getcpe/produccion/./" + ] + } + ] + }, + { + "host": "getwfr-2-dev", + "args": [], + "projects": [ + { + "paths": [ + "/bcn/desarrollo/workflow/php/./" + ] + }, + { + "paths": [ + "/bcn/workflow/desarrollo/php/./" + ] + } + ] + } + ], "disable_ai": false, "auto_update": false, "vim_mode": true,