mirror of
https://github.com/swaywm/sway.git
synced 2024-11-21 23:41:27 +00:00
Add A error solution export DISPLAY=:0
parent
75920d03a2
commit
25e0a7f625
5
Home.md
5
Home.md
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue