minor updates
This commit is contained in:
parent
abe33a2748
commit
9c645acf15
3 changed files with 109 additions and 70 deletions
|
|
@ -1,7 +1,9 @@
|
||||||
|
spawn-at-startup "brave"
|
||||||
|
spawn-at-startup "firefox"
|
||||||
window-rule {
|
window-rule {
|
||||||
match app-id="firefox"
|
match app-id="firefox"
|
||||||
open-on-workspace "1"
|
open-on-workspace "1"
|
||||||
open-focused true
|
open-focused false
|
||||||
default-column-width {
|
default-column-width {
|
||||||
proportion 0.5
|
proportion 0.5
|
||||||
}
|
}
|
||||||
|
|
@ -9,7 +11,7 @@ window-rule {
|
||||||
window-rule {
|
window-rule {
|
||||||
match app-id="brave-browser"
|
match app-id="brave-browser"
|
||||||
open-on-workspace "2"
|
open-on-workspace "2"
|
||||||
open-focused false
|
open-focused true
|
||||||
default-column-width {
|
default-column-width {
|
||||||
proportion 0.5
|
proportion 0.5
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,9 @@
|
||||||
"customLaunchPrefixEnabled": false,
|
"customLaunchPrefixEnabled": false,
|
||||||
"density": "default",
|
"density": "default",
|
||||||
"enableClipPreview": true,
|
"enableClipPreview": true,
|
||||||
|
"enableClipboardChips": true,
|
||||||
"enableClipboardHistory": true,
|
"enableClipboardHistory": true,
|
||||||
|
"enableClipboardSmartIcons": true,
|
||||||
"enableSessionSearch": true,
|
"enableSessionSearch": true,
|
||||||
"enableSettingsSearch": true,
|
"enableSettingsSearch": true,
|
||||||
"enableWindowsSearch": true,
|
"enableWindowsSearch": true,
|
||||||
|
|
@ -23,7 +25,6 @@
|
||||||
"showIconBackground": true,
|
"showIconBackground": true,
|
||||||
"sortByMostUsed": true,
|
"sortByMostUsed": true,
|
||||||
"terminalCommand": "xterm -e",
|
"terminalCommand": "xterm -e",
|
||||||
"useApp2Unit": false,
|
|
||||||
"viewMode": "list"
|
"viewMode": "list"
|
||||||
},
|
},
|
||||||
"audio": {
|
"audio": {
|
||||||
|
|
@ -31,6 +32,7 @@
|
||||||
],
|
],
|
||||||
"preferredPlayer": "",
|
"preferredPlayer": "",
|
||||||
"spectrumFrameRate": 30,
|
"spectrumFrameRate": 30,
|
||||||
|
"spectrumMirrored": true,
|
||||||
"visualizerType": "mirrored",
|
"visualizerType": "mirrored",
|
||||||
"volumeFeedback": false,
|
"volumeFeedback": false,
|
||||||
"volumeFeedbackSoundFile": "",
|
"volumeFeedbackSoundFile": "",
|
||||||
|
|
@ -48,7 +50,6 @@
|
||||||
"density": "default",
|
"density": "default",
|
||||||
"displayMode": "always_visible",
|
"displayMode": "always_visible",
|
||||||
"enableExclusionZoneInset": true,
|
"enableExclusionZoneInset": true,
|
||||||
"floating": true,
|
|
||||||
"fontScale": 1,
|
"fontScale": 1,
|
||||||
"frameRadius": 12,
|
"frameRadius": 12,
|
||||||
"frameThickness": 8,
|
"frameThickness": 8,
|
||||||
|
|
@ -384,7 +385,7 @@
|
||||||
"deadOpacity": 0.6,
|
"deadOpacity": 0.6,
|
||||||
"displayMode": "auto_hide",
|
"displayMode": "auto_hide",
|
||||||
"dockType": "floating",
|
"dockType": "floating",
|
||||||
"enabled": true,
|
"enabled": false,
|
||||||
"floatingRatio": 1,
|
"floatingRatio": 1,
|
||||||
"groupApps": false,
|
"groupApps": false,
|
||||||
"groupClickAction": "cycle",
|
"groupClickAction": "cycle",
|
||||||
|
|
@ -394,8 +395,10 @@
|
||||||
"indicatorColor": "primary",
|
"indicatorColor": "primary",
|
||||||
"indicatorOpacity": 0.6,
|
"indicatorOpacity": 0.6,
|
||||||
"indicatorThickness": 3,
|
"indicatorThickness": 3,
|
||||||
|
"launcherIcon": "",
|
||||||
"launcherIconColor": "none",
|
"launcherIconColor": "none",
|
||||||
"launcherPosition": "end",
|
"launcherPosition": "end",
|
||||||
|
"launcherUseDistroLogo": false,
|
||||||
"monitors": [
|
"monitors": [
|
||||||
],
|
],
|
||||||
"onlySameOutput": true,
|
"onlySameOutput": true,
|
||||||
|
|
@ -475,6 +478,7 @@
|
||||||
"telemetryEnabled": false
|
"telemetryEnabled": false
|
||||||
},
|
},
|
||||||
"hooks": {
|
"hooks": {
|
||||||
|
"colorGeneration": "",
|
||||||
"darkModeChange": "",
|
"darkModeChange": "",
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"performanceModeDisabled": "",
|
"performanceModeDisabled": "",
|
||||||
|
|
@ -522,8 +526,7 @@
|
||||||
"bluetoothRssiPollingEnabled": false,
|
"bluetoothRssiPollingEnabled": false,
|
||||||
"disableDiscoverability": false,
|
"disableDiscoverability": false,
|
||||||
"networkPanelView": "wifi",
|
"networkPanelView": "wifi",
|
||||||
"wifiDetailsViewMode": "list",
|
"wifiDetailsViewMode": "list"
|
||||||
"wifiEnabled": true
|
|
||||||
},
|
},
|
||||||
"nightLight": {
|
"nightLight": {
|
||||||
"autoSchedule": true,
|
"autoSchedule": true,
|
||||||
|
|
@ -586,7 +589,8 @@
|
||||||
"overlayLayer": true
|
"overlayLayer": true
|
||||||
},
|
},
|
||||||
"plugins": {
|
"plugins": {
|
||||||
"autoUpdate": false
|
"autoUpdate": false,
|
||||||
|
"notifyUpdates": true
|
||||||
},
|
},
|
||||||
"sessionMenu": {
|
"sessionMenu": {
|
||||||
"countdownDuration": 5000,
|
"countdownDuration": 5000,
|
||||||
|
|
@ -641,7 +645,7 @@
|
||||||
"showHeader": true,
|
"showHeader": true,
|
||||||
"showKeybinds": true
|
"showKeybinds": true
|
||||||
},
|
},
|
||||||
"settingsVersion": 57,
|
"settingsVersion": 59,
|
||||||
"systemMonitor": {
|
"systemMonitor": {
|
||||||
"batteryCriticalThreshold": 5,
|
"batteryCriticalThreshold": 5,
|
||||||
"batteryWarningThreshold": 20,
|
"batteryWarningThreshold": 20,
|
||||||
|
|
@ -725,7 +729,10 @@
|
||||||
"sortOrder": "name",
|
"sortOrder": "name",
|
||||||
"transitionDuration": 1500,
|
"transitionDuration": 1500,
|
||||||
"transitionEdgeSmoothness": 0.05,
|
"transitionEdgeSmoothness": 0.05,
|
||||||
"transitionType": "fade",
|
"transitionType": [
|
||||||
|
"fade"
|
||||||
|
],
|
||||||
|
"useOriginalImages": false,
|
||||||
"useSolidColor": false,
|
"useSolidColor": false,
|
||||||
"useWallhaven": false,
|
"useWallhaven": false,
|
||||||
"viewMode": "recursive",
|
"viewMode": "recursive",
|
||||||
|
|
|
||||||
|
|
@ -296,66 +296,96 @@
|
||||||
"dark": "Catppuccin Macchiato"
|
"dark": "Catppuccin Macchiato"
|
||||||
},
|
},
|
||||||
"ssh_connections": [
|
"ssh_connections": [
|
||||||
{
|
{
|
||||||
"host": "GetDTE-Prod-App",
|
"host": "GetDTE-Prod-App",
|
||||||
"args": [],
|
"args": [],
|
||||||
"projects": [
|
"projects": [
|
||||||
{
|
{
|
||||||
"paths": ["/bcn/invoice-chile/scripts"]
|
"paths": [
|
||||||
}
|
"/bcn/invoice-chile/scripts"
|
||||||
]
|
]
|
||||||
},
|
}
|
||||||
{
|
]
|
||||||
"host": "t-800",
|
},
|
||||||
"args": [],
|
{
|
||||||
"projects": [
|
"host": "t-800",
|
||||||
{
|
"args": [],
|
||||||
"paths": ["/opt/stacks"]
|
"projects": [
|
||||||
}
|
{
|
||||||
],
|
"paths": [
|
||||||
"nickname": "T-800"
|
"/opt/stacks"
|
||||||
},
|
]
|
||||||
{
|
}
|
||||||
"host": "getwfr-2-piloto",
|
],
|
||||||
"args": [],
|
"nickname": "T-800"
|
||||||
"projects": [
|
},
|
||||||
{
|
{
|
||||||
"paths": ["/bcn/workflow/piloto/php/./"]
|
"host": "getwfr-2-piloto",
|
||||||
}
|
"args": [],
|
||||||
]
|
"projects": [
|
||||||
},
|
{
|
||||||
{
|
"paths": [
|
||||||
"host": "saria",
|
"/bcn/workflow/piloto/php/./"
|
||||||
"args": [],
|
]
|
||||||
"projects": [
|
}
|
||||||
{
|
]
|
||||||
"paths": ["/opt/stacks"]
|
},
|
||||||
}
|
{
|
||||||
],
|
"host": "saria",
|
||||||
"nickname": "Saria"
|
"args": [],
|
||||||
},
|
"projects": [
|
||||||
{
|
{
|
||||||
"host": "getwfr-2-prod",
|
"paths": [
|
||||||
"args": [],
|
"/opt/stacks"
|
||||||
"projects": [
|
]
|
||||||
{
|
}
|
||||||
"paths": ["/bcn/workflow/produccion/php/./"]
|
],
|
||||||
}
|
"nickname": "Saria"
|
||||||
]
|
},
|
||||||
},
|
{
|
||||||
{
|
"host": "getwfr-2-prod",
|
||||||
"host": "GetCPE-Prod",
|
"args": [],
|
||||||
"args": [],
|
"projects": [
|
||||||
"projects": [
|
{
|
||||||
{
|
"paths": [
|
||||||
"paths": ["/bcn"]
|
"/bcn/workflow/produccion/php/./"
|
||||||
},
|
]
|
||||||
{
|
}
|
||||||
"paths": ["/bcn/getcpe/produccion/./"]
|
]
|
||||||
}
|
},
|
||||||
]
|
{
|
||||||
}
|
"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,
|
"disable_ai": false,
|
||||||
"auto_update": false,
|
"auto_update": false,
|
||||||
"vim_mode": true,
|
"vim_mode": true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue