Add wlr/window module

This commit is contained in:
RealStickman 2023-05-01 17:29:39 +02:00
parent 948a6fac8f
commit 4f4971e2e8

View File

@ -11,7 +11,7 @@
"sway/scratchpad", "sway/scratchpad",
"custom/media" "custom/media"
], ],
"modules-center": ["sway/window"], "modules-center": ["wlr/window"],
"modules-right": [ "modules-right": [
"mpd", "mpd",
"idle_inhibitor", "idle_inhibitor",
@ -40,6 +40,10 @@
"on-scroll-up": "hyprctl dispatch workspace e+1", "on-scroll-up": "hyprctl dispatch workspace e+1",
"on-scroll-down": "hyprctl dispatch workspace e-1" "on-scroll-down": "hyprctl dispatch workspace e-1"
}, },
"wlr/window": {
"format": "{}",
"separate-outputs": true
},
"sway/workspaces": { "sway/workspaces": {
"disable-scroll": true, "disable-scroll": true,