Add A error solution export DISPLAY=:0

Puneetxp 2023-10-12 08:28:46 +05:30
parent 75920d03a2
commit 25e0a7f625

@ -589,10 +589,11 @@ if [ "$XDG_SESSION_DESKTOP" = "sway" ] ; then
export _JAVA_AWT_WM_NONREPARENTING=1 export _JAVA_AWT_WM_NONREPARENTING=1
fi fi
``` ```
* Try [wmname](https://tools.suckless.org/x/wmname/) as Suggested ([Source](https://github.com/swaywm/sway/issues/595#issuecomment-214203380)) Package if above don't work. * Try [wmname](https://tools.suckless.org/x/wmname/) as Suggested ([Source](https://github.com/swaywm/sway/issues/595#issuecomment-214203380)) Package if above don't work. If there is error like ` cannot open display ` then use ` export DISPLAY=:0 `
```sh ```sh
wmname LG3D wmname LG3D
``` ```
This seems to fix blank windows and menus that are drawn at a wrong offset to the selected menu item. This seems to fix blank windows and menus that are drawn at a wrong offset to the selected menu item.
#### Issues with JetBrains IDE popups/menus losing focus #### Issues with JetBrains IDE popups/menus losing focus