aboutsummaryrefslogtreecommitdiff
path: root/common/.profile
diff options
context:
space:
mode:
Diffstat (limited to 'common/.profile')
-rw-r--r--common/.profile5
1 files changed, 4 insertions, 1 deletions
diff --git a/common/.profile b/common/.profile
index c63f761..b847d6c 100644
--- a/common/.profile
+++ b/common/.profile
@@ -1,5 +1,7 @@
#!/bin/bash
+#~/.profile
+
# ======================================
# Basic environment setup
# ======================================
@@ -58,7 +60,8 @@ start_session() {
exec startx /usr/bin/bspwm
;;
Hyprland|sway)
- exec dbus-launch --sh-syntax --exit-with-session "$s"
+ #exec dbus-launch --sh-syntax --exit-with-session "$s"
+ exec dbus-launch --sh-syntax --exit-with-session "$s" >/dev/null 2>&1
;;
gnome-session|startplasma-x11|startxfce4|openbox|i3)
exec "$s"