summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorsinanmohd <sinan@firemail.cc>2023-04-08 16:31:07 +0530
committersinanmohd <sinan@firemail.cc>2023-04-08 16:32:05 +0530
commitb72c9df45ae9281f4f26cc0991a61c7807807877 (patch)
treef395807cb7ce9accae823149214450f905d999d9 /.profile
parent8418afa399350479b049dbca9b8d72390c05ae46 (diff)
profile: fix: $clear zombie
Diffstat (limited to '.profile')
-rw-r--r--.profile1
1 files changed, 0 insertions, 1 deletions
diff --git a/.profile b/.profile
index 20e438a..4c46e53 100644
--- a/.profile
+++ b/.profile
@@ -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
;;