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