diff options
author | sinanmohd <sinan@firemail.cc> | 2023-04-08 16:31:07 +0530 |
---|---|---|
committer | sinanmohd <sinan@firemail.cc> | 2023-04-08 16:32:05 +0530 |
commit | b72c9df45ae9281f4f26cc0991a61c7807807877 (patch) | |
tree | f395807cb7ce9accae823149214450f905d999d9 | |
parent | 8418afa399350479b049dbca9b8d72390c05ae46 (diff) |
profile: fix: $clear zombie
-rw-r--r-- | .profile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -39,7 +39,6 @@ export _JAVA_AWT_WM_NONREPARENTING=1 # android-studio crash # display server case "$(tty)" in */tty1) - clear & exec dbus-launch --exit-with-session \ dwl -s "${XDG_CONFIG_HOME:-$HOME/.config}/wayland/winit" > /dev/null 2>&1 ;; |