commit 8ec761c77153f60f0091322a77aef661e8f15828
parent 4561c4435502beac93e0394db2078a0dccd36123
Author: Alex Balgavy <alexander.balgavy@spaceapplications.com>
Date: Fri, 27 Mar 2026 18:54:44 +0100
Update dwm-gnome to pretend it's a GNOME session
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/gnome/dwm-gnome b/gnome/dwm-gnome
@@ -13,6 +13,9 @@ fi
[ -z "$TERMINAL" ] && export TERMINAL="st"
export _JAVA_AWT_WM_NONREPARENTING=1 # otherwise Ghidra shows a blank screen
+# Some gnome things refuse to launch if this isn't set, like gnome-control-center
+export XDG_CURRENT_DESKTOP=GNOME
+
LOGS=$HOME/.local/share/logs
dunst >"$LOGS"/dunst.log 2>&1 &
unclutter-xfixes &