[Help Needed] Mouse Clicks Not Registering Correctly on Manjaro Wayland

I am experiencing an issue with mouse clicks not registering correctly on my Manjaro system running Wayland. Here are the details of the problem:

Problem Description:

  1. Window Focus Issue with Alt+Tab:
  • When I bring a window to the top using Alt+Tab, mouse clicks are registered on the application window beneath it. However, the keyboard operates on the correct application before clicking.
  1. Window Focus Shifting:
  • After bringing a window to the top using Alt+Tab, clicking on it causes the underlying window to come to the foreground. Repeated Alt+Tab switching and clicking sometimes temporarily resolves the issue.
  1. IDEA Popups Unresponsive:
  • Popups in IntelliJ IDEA become unresponsive or unclickable.

Troubleshooting Steps Taken:

I have tried the following steps to resolve the issue:

  1. Stopped SDDM and Renamed Configuration Files:
sudo systemctl stop sddm
for i in ~/.config/plasma*; do mv "$i" "$i.bak"; done
mv ~/.config/Trolltech.conf ~/.config/Trolltech.conf.bak
rm -rf ~/.cache/*
sudo systemctl start sddm
  1. Reset Theme to Default:
  • I have reset the theme to default settings.

After performing the above steps and restarting the system, the issue is temporarily resolved for about 20 minutes, after which the problem reoccurs.

System Information:

  • Operating System: Manjaro KDE
  • KDE Plasma Version: [6.0.4]
  • KDE Frameworks Version: [6.1.0]
  • Qt Version: [6.7.0]
  • Kernel Version: [6.1.90-1-MANJARO]
  • Graphics Platform: Wayland

Additional Information:

  • This problem started occurring recently, possibly after a system update.
  • The issue is consistent across various applications, not just IntelliJ IDEA.

I would greatly appreciate any advice or solutions from the community. Thank you in advance for your help!

I have not experienced this - I noted your framework version though …

Frameworks 6.2.0 is in unstable