diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-07-17 02:12:54 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-07-17 02:12:54 +0530 |
commit | 687d96ed4c9e7405221becbc11b852bf6db47c67 (patch) | |
tree | 98776f84d41cd1aa1de4d090d99cef509d802dbb /.xprofile | |
parent | d3f09792ee1b3b7a886897173b9152c64cb013de (diff) |
added cgit.css
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 |