summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorsinanmohd <sinan@firemail.cc>2023-08-16 18:58:23 +0530
committersinanmohd <sinan@firemail.cc>2023-08-16 18:58:23 +0530
commit8cb1574c6dda7a8f847f88fc7b5d7144ee86331a (patch)
treecd85f2c3e27817f184d3945f3712161f42df306e /.profile
parent250f2ec5c537e72d9d7ba14db294d07115e74ff0 (diff)
profile: clean up, remove useless boilerplate
Diffstat (limited to '.profile')
-rw-r--r--.profile4
1 files 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