diff options
author | sinanmohd <sinan@firemail.cc> | 2023-08-16 18:58:23 +0530 |
---|---|---|
committer | sinanmohd <sinan@firemail.cc> | 2023-08-16 18:58:23 +0530 |
commit | 8cb1574c6dda7a8f847f88fc7b5d7144ee86331a (patch) | |
tree | cd85f2c3e27817f184d3945f3712161f42df306e /.profile | |
parent | 250f2ec5c537e72d9d7ba14db294d07115e74ff0 (diff) |
profile: clean up, remove useless boilerplate
Diffstat (limited to '.profile')
-rw-r--r-- | .profile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |