diff options
Diffstat (limited to '.xprofile')
| -rwxr-xr-x | .xprofile | 4 | 
1 files changed, 3 insertions, 1 deletions
| @@ -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 |