aboutsummaryrefslogtreecommitdiff
path: root/.xprofile
diff options
context:
space:
mode:
Diffstat (limited to '.xprofile')
-rwxr-xr-x.xprofile4
1 files changed, 3 insertions, 1 deletions
diff --git a/.xprofile b/.xprofile
index 8b24ab0..ea5cfe3 100755
--- a/.xprofile
+++ b/.xprofile
@@ -7,7 +7,7 @@
xmodmap /home/zt/.Xmodmap &
# makes gnome-keyring work
-dbus-update-activation-environment --all
+dbus-update-activation-environment --all &
# autostart apps for both xmonad and any other DE
emacs --daemon &
@@ -28,4 +28,6 @@ if [[ $DESKTOP_SESSION = "xmonad" ]]; then
nm-applet &
blueman-applet &
polystart &
+
+ glava -dm radial &
fi