aboutsummaryrefslogtreecommitdiff
path: root/.xprofile
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2023-07-17 02:12:54 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2023-07-17 02:12:54 +0530
commit687d96ed4c9e7405221becbc11b852bf6db47c67 (patch)
tree98776f84d41cd1aa1de4d090d99cef509d802dbb /.xprofile
parentd3f09792ee1b3b7a886897173b9152c64cb013de (diff)
added cgit.css
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