fix: Window rules keybinds and other stuff

This commit is contained in:
2025-05-27 15:40:31 +10:00
parent 89dfbfa617
commit c23af7303a
8 changed files with 37 additions and 41 deletions

View File

@@ -18,17 +18,15 @@
"dashboard",
"media"
],
"middle": [
"custom/vdesks"
],
"middle": [],
"right": [
"volume",
"bluetooth",
"network",
"battery",
"systray",
"clock",
"notifications",
"cputemp"
"notifications"
]
},
"1": {
@@ -36,28 +34,23 @@
"dashboard",
"media"
],
"middle": [
"custom/vdesks"
],
"middle": [],
"right": [
"volume",
"bluetooth",
"network",
"battery",
"systray",
"clock",
"notifications",
"cputemp"
"notifications"
]
},
"2": {
"left": [
"dashboard",
"workspaces"
],
"middle": [
"media",
"custom/vdesks"
"media"
],
"middle": [],
"right": [
"volume",
"network",
@@ -498,5 +491,6 @@
"theme.bar.buttons.background_opacity": 100,
"theme.osd.border.color": "#ffffff",
"theme.osd.enableShadow": true,
"terminal": "alacritty -e"
"terminal": "alacritty -e",
"menus.power.showLabel": true
}