From 23eeb617d4823096432bd6166abcc0bf2a244bcd Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Wed, 14 Dec 2022 15:34:39 +0100 Subject: [PATCH] Fix .xssessionrc --- .xsessionrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.xsessionrc b/.xsessionrc index 6cfc85c..77b00e0 100755 --- a/.xsessionrc +++ b/.xsessionrc @@ -1,6 +1,6 @@ #!/usr/bin/env bash -if [[ "$DESKTOP_SESSION" = "dwm" ]]; then +if [[ "$DESKTOP_SESSION" = "dwm" || "$DESKTOP_SESSION" == "dwm-gnome" ]]; then export _JAVA_AWT_WM_NONREPARENTING=1 export AWT_TOOLKIT=MToolkit wmname LG3D @@ -61,6 +61,6 @@ if [[ "$DESKTOP_SESSION" = "dwm" ]]; then fi fi -if test - f ${HOME}/.xsessionrc-local ; then +if test -f ${HOME}/.xsessionrc-local ; then ${HOME}/.xsessionrc-local fi