From f2d991bb94325f159b6ffccc58864e184c1a3281 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20S=C3=A4fstr=C3=B6m?= <56272436+safstromo@users.noreply.github.com> Date: Sun, 7 Apr 2024 18:10:54 +0200 Subject: [PATCH] FAQ: clarify env var (#575) --- pages/FAQ/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/FAQ/_index.md b/pages/FAQ/_index.md index 8e95eb9..8aafe47 100644 --- a/pages/FAQ/_index.md +++ b/pages/FAQ/_index.md @@ -45,7 +45,7 @@ Outside those, there is a way to fix it that _might_ work for you though: **Option 1:** Use _only_ the external monitor -By using `WLR_DRM_DEVICES=/dev/dri/card1` (or `card0`) you can force Hyprland to +By using `WLR_DRM_DEVICES=/dev/dri/card1` (or `card0`) environment variable you can force Hyprland to use only your dGPU, meaning your laptop's screen will be gone but your external one will work.