Add wlr/window module
This commit is contained in:
parent
948a6fac8f
commit
4f4971e2e8
@ -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,
|
||||
|
Reference in New Issue
Block a user