Update Hyprland windowrules for new syntax

This commit is contained in:
2025-11-24 13:44:32 +00:00
parent 12b9f60475
commit 7717727bd2
2 changed files with 130 additions and 95 deletions
+84 -50
View File
@@ -4,11 +4,10 @@
"matugenScheme": "scheme-fidelity",
"runUserMatugenTemplates": true,
"matugenTargetMonitor": "",
"dankBarTransparency": 0,
"dankBarWidgetTransparency": 1,
"popupTransparency": 1,
"dockTransparency": 1,
"widgetBackgroundColor": "sch",
"widgetColorMode": "default",
"cornerRadius": 10,
"use24HourClock": true,
"showSeconds": false,
@@ -36,9 +35,14 @@
"showNotificationButton": true,
"showBattery": true,
"showControlCenterButton": true,
"showCapsLockIndicator": true,
"controlCenterShowNetworkIcon": true,
"controlCenterShowBluetoothIcon": true,
"controlCenterShowAudioIcon": true,
"showPrivacyButton": true,
"privacyShowMicIcon": false,
"privacyShowCameraIcon": false,
"privacyShowScreenShareIcon": false,
"controlCenterWidgets": [
{
"id": "volumeSlider",
@@ -89,37 +93,11 @@
"clockDateFormat": "",
"lockDateFormat": "",
"mediaSize": 1,
"dankBarLeftWidgets": [
"launcherButton",
"workspaceSwitcher",
{
"id": "focusedWindow",
"enabled": true
}
],
"dankBarCenterWidgets": [
"music",
"clock",
"weather"
],
"dankBarRightWidgets": [
{
"id": "systemTray",
"enabled": true
},
{
"id": "notificationButton",
"enabled": true
},
{
"id": "controlCenterButton",
"enabled": true
}
],
"dankBarWidgetOrder": [],
"appLauncherViewMode": "list",
"spotlightModalViewMode": "grid",
"sortAppsAlphabetically": false,
"appLauncherGridColumns": 4,
"spotlightCloseNiriOverview": true,
"weatherLocation": "Dublin, Leinster",
"weatherCoordinates": "53.3493795,-6.2605593",
"useAutoLocation": true,
@@ -138,7 +116,6 @@
"monoFontFamily": "Kelmscott Mono",
"fontWeight": 400,
"fontScale": 1,
"dankBarFontScale": 1,
"notepadUseMonospace": true,
"notepadFontFamily": "",
"notepadFontSize": 14,
@@ -163,9 +140,14 @@
"loginctlLockIntegration": true,
"launchPrefix": "",
"brightnessDevicePins": {},
"wifiNetworkPins": {},
"bluetoothDevicePins": {},
"audioInputDevicePins": {},
"audioOutputDevicePins": {},
"gtkThemingEnabled": false,
"qtThemingEnabled": false,
"syncModeWithPortal": true,
"terminalsAlwaysDark": false,
"showDock": false,
"dockAutoHide": false,
"dockGroupByApp": false,
@@ -177,24 +159,6 @@
"dockIconSize": 40,
"dockIndicatorStyle": "circle",
"notificationOverlayEnabled": false,
"dankBarAutoHide": false,
"dankBarOpenOnOverview": false,
"dankBarVisible": true,
"dankBarSpacing": 3,
"dankBarBottomGap": 0,
"dankBarInnerPadding": 4,
"dankBarPosition": 3,
"dankBarSquareCorners": false,
"dankBarNoBackground": false,
"dankBarGothCornersEnabled": false,
"dankBarGothCornerRadiusOverride": false,
"dankBarGothCornerRadiusValue": 12,
"dankBarBorderEnabled": false,
"dankBarBorderColor": "surfaceText",
"dankBarBorderOpacity": 1,
"dankBarBorderThickness": 1,
"popupGapsAuto": true,
"popupGapsManual": 4,
"modalDarkenBackground": true,
"lockScreenShowPowerActions": true,
"enableFprint": false,
@@ -205,6 +169,14 @@
"notificationTimeoutCritical": 0,
"notificationPopupPosition": 0,
"osdAlwaysShowValue": false,
"osdPosition": 5,
"osdVolumeEnabled": true,
"osdMediaVolumeEnabled": true,
"osdBrightnessEnabled": true,
"osdIdleInhibitorEnabled": true,
"osdMicMuteEnabled": true,
"osdCapsLockEnabled": true,
"osdPowerProfileEnabled": false,
"powerActionConfirm": true,
"powerMenuActions": [
"reboot",
@@ -215,6 +187,7 @@
"restart"
],
"powerMenuDefaultAction": "logout",
"powerMenuGridLayout": false,
"customPowerActionLock": "",
"customPowerActionLogout": "",
"customPowerActionSuspend": "",
@@ -224,6 +197,7 @@
"updaterUseCustomCommand": false,
"updaterCustomCommand": "",
"updaterTerminalAdditionalParams": "",
"displayNameMode": "system",
"screenPreferences": {
"osd": [
"DP-1"
@@ -244,5 +218,65 @@
"showOnLastDisplay": {
"dankBar": false
},
"configVersion": 1
"barConfigs": [
{
"id": "default",
"name": "Main Bar",
"enabled": true,
"position": 3,
"screenPreferences": [
"all"
],
"showOnLastDisplay": true,
"leftWidgets": [
"launcherButton",
"workspaceSwitcher",
{
"id": "focusedWindow",
"enabled": true
}
],
"centerWidgets": [
"music",
"clock",
"weather"
],
"rightWidgets": [
{
"id": "systemTray",
"enabled": true
},
{
"id": "notificationButton",
"enabled": true
},
{
"id": "controlCenterButton",
"enabled": true
}
],
"spacing": 3,
"innerPadding": 4,
"bottomGap": 0,
"transparency": 0,
"widgetTransparency": 1,
"squareCorners": false,
"noBackground": false,
"gothCornersEnabled": false,
"gothCornerRadiusOverride": false,
"gothCornerRadiusValue": 12,
"borderEnabled": false,
"borderColor": "surfaceText",
"borderOpacity": 1,
"borderThickness": 1,
"fontScale": 1,
"autoHide": false,
"autoHideDelay": 250,
"openOnOverview": false,
"visible": true,
"popupGapsAuto": true,
"popupGapsManual": 4
}
],
"configVersion": 2
}