Experimenting with hyprland
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user