Show HN: Change screen layout when connecting/disconnecting monitors
1–10 of 33 posts
Re: Show HN: Change screen layout when connecting/disconnecting monitors
#2I ask because a good DE should remember the settings pertaining to each monitor configuration (display positions of course, but also things like panels placed in secondary monitors). I've been using Plasma (KDE) for about a year and it handles this reasonably well.
Re: Show HN: Change screen layout when connecting/disconnecting monitors
#3May I ask what desktop environment you use, and what you usually use this for? I ask because a good DE should remember the settings pertaining to each monitor configuration (display positions of course, but also things like panels placed in secondary monitors). I've been using Plasma (KDE) for about a year and it handles this reasonably well.
Re: Show HN: Change screen layout when connecting/disconnecting monitors
#4May I ask what desktop environment you use, and what you usually use this for? I ask because a good DE should remember the settings pertaining to each monitor configuration (display positions of course, but also things like panels placed in secondary monitors). I've been using Plasma (KDE) for about a year and it handles this reasonably well.
Lots of people don't use any "desktop environment." I just use ratpoison, for example.
Re: Show HN: Change screen layout when connecting/disconnecting monitors
#5May I ask what desktop environment you use, and what you usually use this for? I ask because a good DE should remember the settings pertaining to each monitor configuration (display positions of course, but also things like panels placed in secondary monitors). I've been using Plasma (KDE) for about a year and it handles this reasonably well.
Re: Show HN: Change screen layout when connecting/disconnecting monitors
#6Earlier quoted context omitted.
Lots of people don't use any "desktop environment." I just use ratpoison, for example.
Well, call it a "window manager" then, it still should handle this. But that's just my opinion of the responsibilities of WMs/DEs/whatever you call them, and I understand that some don't.
Re: Show HN: Change screen layout when connecting/disconnecting monitors
#7May I ask what desktop environment you use, and what you usually use this for? I ask because a good DE should remember the settings pertaining to each monitor configuration (display positions of course, but also things like panels placed in secondary monitors). I've been using Plasma (KDE) for about a year and it handles this reasonably well.
Re: Show HN: Change screen layout when connecting/disconnecting monitors
#8May I ask what desktop environment you use, and what you usually use this for? I ask because a good DE should remember the settings pertaining to each monitor configuration (display positions of course, but also things like panels placed in secondary monitors). I've been using Plasma (KDE) for about a year and it handles this reasonably well.
Re: Show HN: Change screen layout when connecting/disconnecting monitors
#9https://github.com/larkery/nix-session/blob/master/scripts/d...
This remembers the randr state that's associated with plugged in displays by their EDID and the ACPI lid switch. When you change the randr state, it remembers it, and when you change what displays are connected or open the laptop lid, it loads a previously remembered state if there is one. The state saving and loading is done by arandr, which handles the resolution, position, and choice of primary output.