mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-22 02:01:55 +07:00
wiki: Remove outdated info from Application Issues
This commit is contained in:
@@ -1,20 +1,8 @@
|
||||
### VSCode
|
||||
|
||||
There seems to be a bug in VSCode's Wayland backend until 1.86.0 which causes the window to not show up when using server-side decorations. So, to run VSCode:
|
||||
|
||||
1. Make sure VSCode is 1.86.0 or above, or that `prefer-no-csd` is **not set** in the niri config
|
||||
2. Run `code --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations`
|
||||
|
||||
Also, if you're having issues with some VSCode hotkeys, try starting `Xwayland` and setting the `DISPLAY=:0` environment variable for VSCode. That is, still running VSCode with the Wayland backend, but with `DISPLAY` set to a running Xwayland instance. Apparently, VSCode currently unconditionally queries the X server for a keymap.
|
||||
|
||||
### Chromium
|
||||
|
||||
When creating new windows within Chromium (e.g. with <kbd>Ctrl</kbd><kbd>N</kbd>), there's a Chromium bug with sizing:
|
||||
|
||||
- With CSD (`prefer-no-csd` unset), the window will be a bit smaller than needed
|
||||
- With SSD (`prefer-no-csd` set), the window buffer will be offset to the top-left
|
||||
|
||||
Both of these can be fixed by resizing the new Chromium window.
|
||||
If you're having issues with some VSCode hotkeys, try starting `Xwayland` and setting the `DISPLAY=:0` environment variable for VSCode.
|
||||
That is, still running VSCode with the Wayland backend, but with `DISPLAY` set to a running Xwayland instance.
|
||||
Apparently, VSCode currently unconditionally queries the X server for a keymap.
|
||||
|
||||
### WezTerm
|
||||
|
||||
|
||||
Reference in New Issue
Block a user