eww: Use new syntax for monitor parameter
This commit is contained in:
parent
5376c91f35
commit
ef94281d67
1 changed files with 2 additions and 2 deletions
|
@ -252,7 +252,7 @@
|
|||
:height "32px"
|
||||
:anchor "top center")
|
||||
:stacking "fg"
|
||||
:monitor 0
|
||||
:monitor "DP-2"
|
||||
:reserve (struts :distance "47px"
|
||||
:side "top")
|
||||
:wm-ignore false
|
||||
|
@ -268,7 +268,7 @@
|
|||
:height "32px"
|
||||
:anchor "top center")
|
||||
:stacking "fg"
|
||||
:monitor 0
|
||||
:monitor '["<primary>", "DP-1", "PLG2888UH", 0]'
|
||||
:exclusive true
|
||||
:hexpand false
|
||||
:vexpand false
|
||||
|
|
Loading…
Reference in a new issue