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