dev: automated commit - 2025-11-28 18:33:59
This commit is contained in:
parent
d6e088278f
commit
3a4ed1d45c
4 changed files with 432 additions and 445 deletions
|
|
@ -298,7 +298,7 @@
|
|||
}
|
||||
],
|
||||
"spacing": 1,
|
||||
"innerPadding": 0,
|
||||
"innerPadding": 8,
|
||||
"bottomGap": -5,
|
||||
"transparency": 0,
|
||||
"widgetTransparency": 1,
|
||||
|
|
|
|||
|
|
@ -26,3 +26,7 @@ include "noctalia/window-rules.kdl"
|
|||
include "noctalia/binds.kdl"
|
||||
include "noctalia/startup.kdl"
|
||||
|
||||
debug {
|
||||
honor-xdg-activation-with-invalid-serial
|
||||
wait-for-frame-completion-before-queueing
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,19 +4,17 @@
|
|||
"customLaunchPrefixEnabled": false,
|
||||
"enableClipPreview": true,
|
||||
"enableClipboardHistory": true,
|
||||
"pinnedExecs": [
|
||||
],
|
||||
"pinnedExecs": [],
|
||||
"position": "center",
|
||||
"sortByMostUsed": true,
|
||||
"terminalCommand": "ghostty -e",
|
||||
"terminalCommand": "alacritty -e",
|
||||
"useApp2Unit": false,
|
||||
"viewMode": "list"
|
||||
},
|
||||
"audio": {
|
||||
"cavaFrameRate": 60,
|
||||
"externalMixer": "pwvucontrol || pavucontrol",
|
||||
"mprisBlacklist": [
|
||||
],
|
||||
"mprisBlacklist": [],
|
||||
"preferredPlayer": "mpv",
|
||||
"visualizerQuality": "high",
|
||||
"visualizerType": "linear",
|
||||
|
|
@ -31,8 +29,7 @@
|
|||
"floating": false,
|
||||
"marginHorizontal": 0,
|
||||
"marginVertical": 0,
|
||||
"monitors": [
|
||||
],
|
||||
"monitors": [],
|
||||
"outerCorners": false,
|
||||
"position": "top",
|
||||
"showCapsule": true,
|
||||
|
|
@ -105,16 +102,11 @@
|
|||
"showUnreadBadge": true
|
||||
},
|
||||
{
|
||||
"blacklist": [
|
||||
"nm-applet",
|
||||
"*blue*"
|
||||
],
|
||||
"blacklist": ["nm-applet", "*blue*"],
|
||||
"colorizeIcons": true,
|
||||
"drawerEnabled": true,
|
||||
"id": "Tray",
|
||||
"pinned": [
|
||||
"nm-applet"
|
||||
]
|
||||
"pinned": ["nm-applet"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -218,11 +210,9 @@
|
|||
"displayMode": "always_visible",
|
||||
"enabled": false,
|
||||
"floatingRatio": 0.85,
|
||||
"monitors": [
|
||||
],
|
||||
"monitors": [],
|
||||
"onlySameOutput": true,
|
||||
"pinnedApps": [
|
||||
],
|
||||
"pinnedApps": [],
|
||||
"radiusRatio": 1,
|
||||
"size": 0.89
|
||||
},
|
||||
|
|
@ -282,8 +272,7 @@
|
|||
"enabled": true,
|
||||
"location": "top_right",
|
||||
"lowUrgencyDuration": 3,
|
||||
"monitors": [
|
||||
],
|
||||
"monitors": [],
|
||||
"normalUrgencyDuration": 8,
|
||||
"overlayLayer": true,
|
||||
"respectExpireTimeout": true
|
||||
|
|
@ -292,15 +281,9 @@
|
|||
"autoHideMs": 2000,
|
||||
"backgroundOpacity": 1,
|
||||
"enabled": true,
|
||||
"enabledTypes": [
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3
|
||||
],
|
||||
"enabledTypes": [0, 1, 2, 3],
|
||||
"location": "left",
|
||||
"monitors": [
|
||||
],
|
||||
"monitors": [],
|
||||
"overlayLayer": true
|
||||
},
|
||||
"screenRecorder": {
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@ function wacom {
|
|||
return 1
|
||||
fi
|
||||
|
||||
systemctl --user enable opentabletdriver --now
|
||||
otd-daemon &
|
||||
|
||||
local config_file="$HOME/Sync/System/Configs/wacom/wacom.json"
|
||||
if [[ -f "$config_file" ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue