From 5ea230cb5abd01358e1d4038caa75d2b922b641d Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sun, 29 Oct 2023 14:54:32 +0530 Subject: lots of minor tweaks --- .xprofile | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to '.xprofile') diff --git a/.xprofile b/.xprofile index 1e7151f..3a137fe 100755 --- a/.xprofile +++ b/.xprofile @@ -14,18 +14,22 @@ emacs --daemon & mpd & #virtual_mic.sh & -# autostart apps for xmonad -if [[ $DESKTOP_SESSION = "xmonad" ]]; then +# autostart apps for both xmonad and dwm +if [[ "$DESKTOP_SESSION" = "xmonad" || "$DESKTOP_SESSION" = "dwm" ]]; then screensetup.sh # autostart apps nitrogen --restore & picom & - dunst & - udiskie & - nm-applet & - blueman-applet & - polystart & + #dunst & + #udiskie & # glava -dm radial & fi + +# autostart apps just for xmonad +if [[ "$DESKTOP_SESSION" = "xmonad" ]]; then + polystart & + nm-applet & + blueman-applet & +fi -- cgit v1.2.3