From 97afd09fbe73955d1c636d3f223a68e411413ef9 Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Wed, 22 Sep 2021 13:16:33 +0400 Subject: Changed theme for dmenu and gtk; changed terminal to alacritty --- .xprofile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '.xprofile') diff --git a/.xprofile b/.xprofile index 8c80435..67415c9 100644 --- a/.xprofile +++ b/.xprofile @@ -13,7 +13,6 @@ xss-lock -v -- slock -m "$(cowsay 'You shall not pass!')" & if [ "$DESKTOP_SESSION" = "dwm" ]; then compositor_args="-o 0" dwmblocks & - pgrep -x sxhkd > /dev/null || sxhkd -c $XDG_CONFIG_HOME/sxhkd/sxhkdrc.dwm & elif [ "$DESKTOP_SESSION" = "xmonad" ] || \ [ "$DESKTOP_SESSION" = "bspwm" ]; then compositor_args="-o 0" @@ -31,8 +30,8 @@ if ! [ $(command -v compton) ]; then alias compton="picom" fi -# Run compositor only in openbox -if [ "$DESKTOP_SESSION" = "openbox-session" ]; then +if [ "$DESKTOP_SESSION" = "openbox-session" ] || \ + [ "$DESKTOP_SESSION" = "dwm" ]; then compton -c --config $XDG_CONFIG_HOME/compton/compton.conf $compositor_args & fi -- cgit v1.2.3