From afbe5a95d06ab1495c9ac153e8c26a4f3db9d548 Mon Sep 17 00:00:00 2001 From: Stoppedpuma <58333920+Stoppedpuma@users.noreply.github.com> Date: Fri, 14 Jun 2024 06:53:22 +0200 Subject: [PATCH] Add XDG_GAMES_DIR --- docs/variables.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/variables.md b/docs/variables.md index 0ca199f62..efbcb8e18 100644 --- a/docs/variables.md +++ b/docs/variables.md @@ -13,6 +13,7 @@ title: Variables References | Disk images | `@{XDG_IMG_DIR}` | `images` | | Documents | `@{XDG_DOCUMENTS_DIR}` | `Documents` | | Download | `@{XDG_DOWNLOAD_DIR}` | `Downloads` | +| Games | `@{XDG_GAMES_DIR}` | `.games` | | Music | `@{XDG_MUSIC_DIR}` | `Music` | | Pictures | `@{XDG_PICTURES_DIR}` | `Pictures` | | Projects | `@{XDG_PROJECTS_DIR}` | `Projects` |