Skip to content

Instantly share code, notes, and snippets.

@0XDE57
Created November 14, 2023 01:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 0XDE57/e3e5dc3af6bc7bc432bb62ebcc279897 to your computer and use it in GitHub Desktop.
Save 0XDE57/e3e5dc3af6bc7bc432bb62ebcc279897 to your computer and use it in GitHub Desktop.
fix multimonitor on plasma kde wayland sddm manjaro
These files are backups that go in ~/.config/
eg: /home/username/.config/
Fix or replace the files. Then log out session and log back in.
In plasmashell.rc: There should never be more than monitors than are physically connected in [ScreenConnectoers]
You can simply delete all entries and log out and log back in and plasmashell should remake the entries for you.
eg: I have 3 monitors:
[ScreenConnectors]
0=HDMI-A-1
1=DVI-I-1
2=DP-2
In plasma-org.kde.plasma.desktop-appletsrc: Ensure any lastScreen tags are not refereing to a monitor that does not exist
eg: lastScreen=3 <-broken becasue [ScreenConnectors] has only up to 2 in my case.
Thanks:
https://archived.forum.manjaro.org/t/plasmashell-multi-monitor-unwanted-screen-reorder-on-wake-displaced-panels/130677/4
also see:
https://github.com/shalva97/kde-configuration-files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment