From 8cb1574c6dda7a8f847f88fc7b5d7144ee86331a Mon Sep 17 00:00:00 2001
From: sinanmohd <sinan@firemail.cc>
Date: Wed, 16 Aug 2023 18:58:23 +0530
Subject: profile: clean up, remove useless boilerplate

---
 .profile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.profile b/.profile
index 00a7e34..3d5ebd0 100644
--- a/.profile
+++ b/.profile
@@ -40,11 +40,11 @@ export _JAVA_AWT_WM_NONREPARENTING=1 # android-studio crash
 export GTK_THEME=Adwaita:dark
 export XDG_CURRENT_DESKTOP=wlroots
 export QT_QPA_PLATFORM=wayland-egl
-export QT_WAYLAND_DISABLE_WINDOWDECORATION="1"
+export QT_WAYLAND_DISABLE_WINDOWDECORATION=1
 export MOZ_ENABLE_WAYLAND=1
 
 case "$(tty)" in
 */tty1)
-	exec dwl -s "${XDG_CONFIG_HOME:-$HOME/.config}/wayland/winit"
+	exec dwl -s "${XDG_CONFIG_HOME}/wayland/winit"
 	;;
 esac
-- 
cgit v1.2.3