From 55f14aa63b6d3fa315688861b1028a93ddc31539 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 13 Feb 2026 11:15:41 +0530 Subject: [PATCH] ... --- docs/kittens/desktop-ui.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/kittens/desktop-ui.rst b/docs/kittens/desktop-ui.rst index 469abc44b..7a3ab0f29 100644 --- a/docs/kittens/desktop-ui.rst +++ b/docs/kittens/desktop-ui.rst @@ -11,7 +11,7 @@ Using terminal programs to provide Linux desktop components Power users of terminals on Linux also often like to use bare bones window managers instead of full fledged desktop environments. This kitten helps provide parts of the desktop environment that are missing from such setups, -and does so using keyboard friendly, terminal first UI components. Some of its +and does so using keyboard friendly, terminal first, UI components. Some of its features are: * Replace the typical File Open/Save dialogs used in GUI programs with the @@ -116,7 +116,7 @@ determine why the kitten is not being selected. If some GUI applications are not using the choose-files kitten for their file select dialogs, then make sure the environment variables mentioned above are -set, you can also try running the the GUI application with them set explicitly, +set, you can also try running the GUI application with them set explicitly, as:: QT_QPA_PLATFORMTHEME=xdgdesktopportal GTK_USE_PORTAL=1 my-gui-app