aboutsummaryrefslogtreecommitdiff
path: root/x/xsession.sh
diff options
context:
space:
mode:
Diffstat (limited to 'x/xsession.sh')
-rw-r--r--x/xsession.sh9
1 files changed, 6 insertions, 3 deletions
diff --git a/x/xsession.sh b/x/xsession.sh
index 3475c0bd..d2d9439c 100644
--- a/x/xsession.sh
+++ b/x/xsession.sh
@@ -1,5 +1,9 @@
# Custom X session to fit into Debian's way of doing things
+# Update browser, since .profile set this to a curses browser on login
+# shellcheck disable=SC2034
+BROWSER=x-www-browser
+
# Monitor and wallpaper setup is very machine-specific, and isn't versioned in
# here. Neither xrandr(1) nor xwallpaper(1) have config files, so we fake it
# with xargs and looking for a file with argument tokens to read in
@@ -42,9 +46,8 @@ xset \
s off \
&
-# Update browser, since .profile set this to a curses browser on login
-# shellcheck disable=SC2034
-BROWSER=x-www-browser
+# Start dunst(1) to display libnotify messages
+dunst &
# Load all supplementary scripts in ~/.xsession.d
for sh in "$HOME"/.xsession.d/*.sh ; do