From 392fc27de110d3548095e465d5cb38bd8d5730ea Mon Sep 17 00:00:00 2001 From: Kent Daleng Date: Sat, 15 Mar 2025 16:42:05 +0100 Subject: Use anchors on the wiki (#1266) * wiki testing * wiki updates * use .md with anchors, revert sidebar * bump wiki action * add some more anchors, fix some language * change links to be more descriptive by themselves --- wiki/Application-Issues.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wiki/Application-Issues.md') diff --git a/wiki/Application-Issues.md b/wiki/Application-Issues.md index 34861876..5aba0b15 100644 --- a/wiki/Application-Issues.md +++ b/wiki/Application-Issues.md @@ -21,7 +21,7 @@ window-rule { This empty default column width lets WezTerm pick its own initial width which makes it show up properly. There's [another bug](https://github.com/wez/wezterm/issues/6472) in WezTerm that causes it to choose a wrong size when it's in a tiled state, and prevent resizing it. -Niri puts windows in the tiled state with `prefer-no-csd`. +Niri puts windows in the tiled state with [`prefer-no-csd`](./Configuration:-Miscellaneous.md#prefer-no-csd). So if you hit this problem, comment out `prefer-no-csd` in the niri config and restart WezTerm. ### Ghidra @@ -32,7 +32,7 @@ To fix this, run them with the `_JAVA_AWT_WM_NONREPARENTING=1` environment varia ### rofi-wayland There's a bug in rofi-wayland that prevents it from accepting keyboard input on niri with errors in the output. -It's been fixed in rofi, but the fix had not been released yet: https://github.com/davatorium/rofi/discussions/2008 +It's been fixed in rofi, but [the fix had not been released yet](https://github.com/davatorium/rofi/discussions/2008). ### Fullscreen games -- cgit