summaryrefslogtreecommitdiff
path: root/.xprofile
diff options
context:
space:
mode:
authorDavid Luevano <55825613+luevano@users.noreply.github.com>2020-02-11 15:35:34 -0700
committerDavid Luevano <55825613+luevano@users.noreply.github.com>2020-02-11 15:35:34 -0700
commit4132a5e141f37d7385db65635ec99b98953f1141 (patch)
tree5ad1cc2fb97a2e9bf638c26322a3cc3657bd1639 /.xprofile
parent2b33db869f012d6703d08c247ac889ed78af7831 (diff)
Add xinitrc and xprofile, mods to minor things
Diffstat (limited to '.xprofile')
-rw-r--r--.xprofile11
1 files changed, 11 insertions, 0 deletions
diff --git a/.xprofile b/.xprofile
new file mode 100644
index 0000000..d5708c1
--- /dev/null
+++ b/.xprofile
@@ -0,0 +1,11 @@
+#!/bin/sh
+# ~/.xprofile
+#
+
+# This is run when a display manager logs in.
+# Used as source for ~/.xinitrc.
+
+dunst & # Notifications.
+nm-applet & # Network manager.
+udiskie & # Drive mounting.
+flameshot & # Screenshots.