aboutsummaryrefslogtreecommitdiff
path: root/windows/wsl.md
diff options
context:
space:
mode:
Diffstat (limited to 'windows/wsl.md')
-rw-r--r--windows/wsl.md20
1 files changed, 0 insertions, 20 deletions
diff --git a/windows/wsl.md b/windows/wsl.md
deleted file mode 100644
index 1369b39b..00000000
--- a/windows/wsl.md
+++ /dev/null
@@ -1,20 +0,0 @@
-# WSL
-
-## Opening links in a Windows browser
-
-Create `~/.local/bin/x-www-browser` with the following content:
-
-```
-#!/bin/sh
-
-/mnt/c/Windows/explorer.exe "$@"
-true # ignore exit code so xdg-open works correctly
-```
-
-Ensure that the file is executable.
-
-`xdg-open` uses `x-www-browser`.
-
-## Issues with GUI apps
-
-* [Uninstall `xdg-desktop-portal` if graphical applications seemingly block on startup](https://github.com/microsoft/wslg/issues/1273#issuecomment-2238745415).