diff options
| author | srdusr <trevorgray@srdusr.com> | 2025-09-24 04:59:17 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2025-09-24 04:59:17 +0200 |
| commit | 521215add7da7fef6722c7b5adec839b84d72db0 (patch) | |
| tree | 595b5f088ea25a926447a7f58158f5fa4f590fc9 /common/.profile | |
| parent | e95332b121672abaf9fd02692d81869b1e46c02d (diff) | |
| download | dotfiles-521215add7da7fef6722c7b5adec839b84d72db0.tar.gz dotfiles-521215add7da7fef6722c7b5adec839b84d72db0.zip | |
No debug info
Diffstat (limited to 'common/.profile')
| -rw-r--r-- | common/.profile | 5 |
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" |
