Experimenting with hyprland

This commit is contained in:
2026-06-08 00:45:40 -05:00
parent 07d22bb7d4
commit 3ea2296eca
6 changed files with 89 additions and 26 deletions
+38 -12
View File
@@ -8,18 +8,44 @@
"margin-right": 16,
"modules-left": ["hyprland/workspaces", "hyprland/window", "hyprland/submap", "sway/mode"],
"modules-right": ["tray"],
"hyprland/workspaces": {
"all-outputs": false,
"disable-scroll": true,
"persistent-workspaces": {
"eDP-1": [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ],
"DP-1": [ 1, 2, 3, 4, 5, 6, 7 ],
"DP-2": [ 8, 9, 10, 11 ]
}
},
"hyprland/window": {
"separate-outputs": true,
"format": "{}"
"hyprland/workspaces": {
"all-outputs": false,
"disable-scroll": true,
"show-special": true,
"special-visible-only": false,
"format": "{icon}",
"format-icons": {
"1": "1",
"2": "2",
"3": "3",
"4": "4",
"5": "5",
"6": "6",
"7": "7",
"8": "8",
"9": "9",
"10": "10",
"11": "11",
"mail": "",
"comms": "",
"media": "",
"special:secrets": "S",
"special:scratch": "N",
"secrets": "S",
"scratch": "N",
"special": "",
"empty": "",
"default": ""
},
"persistent-workspaces": {
"eDP-1": [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ],
"DP-1": [ 1, 2, 3, 4, 5, 6, 7 ],
"DP-2": [ 8, 9, 10, 11 ]
}
},
"hyprland/window": {
"separate-outputs": true,
"format": "{}"
},
"hyprland/submap": {
"on-click": "hyprctl dispatch submap reset"