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 {
|
||||
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
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -301,7 +301,9 @@
|
|||
"args": [],
|
||||
"projects": [
|
||||
{
|
||||
"paths": ["/bcn/invoice-chile/scripts"]
|
||||
"paths": [
|
||||
"/bcn/invoice-chile/scripts"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -310,7 +312,9 @@
|
|||
"args": [],
|
||||
"projects": [
|
||||
{
|
||||
"paths": ["/opt/stacks"]
|
||||
"paths": [
|
||||
"/opt/stacks"
|
||||
]
|
||||
}
|
||||
],
|
||||
"nickname": "T-800"
|
||||
|
|
@ -320,7 +324,9 @@
|
|||
"args": [],
|
||||
"projects": [
|
||||
{
|
||||
"paths": ["/bcn/workflow/piloto/php/./"]
|
||||
"paths": [
|
||||
"/bcn/workflow/piloto/php/./"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -329,7 +335,9 @@
|
|||
"args": [],
|
||||
"projects": [
|
||||
{
|
||||
"paths": ["/opt/stacks"]
|
||||
"paths": [
|
||||
"/opt/stacks"
|
||||
]
|
||||
}
|
||||
],
|
||||
"nickname": "Saria"
|
||||
|
|
@ -339,7 +347,9 @@
|
|||
"args": [],
|
||||
"projects": [
|
||||
{
|
||||
"paths": ["/bcn/workflow/produccion/php/./"]
|
||||
"paths": [
|
||||
"/bcn/workflow/produccion/php/./"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -348,10 +358,30 @@
|
|||
"args": [],
|
||||
"projects": [
|
||||
{
|
||||
"paths": ["/bcn"]
|
||||
"paths": [
|
||||
"/bcn"
|
||||
]
|
||||
},
|
||||
{
|
||||
"paths": ["/bcn/getcpe/produccion/./"]
|
||||
"paths": [
|
||||
"/bcn/getcpe/produccion/./"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"host": "getwfr-2-dev",
|
||||
"args": [],
|
||||
"projects": [
|
||||
{
|
||||
"paths": [
|
||||
"/bcn/desarrollo/workflow/php/./"
|
||||
]
|
||||
},
|
||||
{
|
||||
"paths": [
|
||||
"/bcn/workflow/desarrollo/php/./"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue