How can i disable secondary and tertiary monitors in Sway with ReGreet? #64
Unanswered
winteriscariot
asked this question in
Q&A
Replies: 2 comments
-
Try using |
Beta Was this translation helpful? Give feedback.
0 replies
-
The greetd sock is meant just for greetd. Thus, you'll have to set the Sway socket argument to a different value. As for Sway itself not working when run through greetd, it doesn't seem to be a ReGreet bug IMO, as ReGreet runs within Sway as a regular GTK app. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
/etc/greetd/config.toml:
/etc/greetd/sway-config:
(note: i merged /etc/sway.config.d/* into my sway-config file just to make sure it wasn't an issue with includes)
basically, DisplayPort-0 is my middle monitor, with DP-1 and HDMI-A-0 being side monitors. The default behavior is that ReGreet is displayed on the center monitor, with background applied (good) but the side panels are just blank gray.
this is not the worst outcome ever, but I'd prefer to turn off the side panels when ReGreet is running. however, the
output
commands in my sway-config don't seem to do anything.is there somewhere else I can do this? swaymsg doesn't seem to do anything (even when setting SWAYSOCK to /var/run/greetd-XXX.sock) due to failure to connect to IPC
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions