From 7cf5d533426f4b0df346760340c27454bcd5de0c Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Tue, 21 Sep 2021 10:55:06 +0200 Subject: Updated crontab to recompile xmonad after pacman -Syu instead of recompiling on start --- config/zsh/zprofile | 1 - 1 file changed, 1 deletion(-) (limited to 'config') diff --git a/config/zsh/zprofile b/config/zsh/zprofile index ee2d4ab..5d5f01b 100755 --- a/config/zsh/zprofile +++ b/config/zsh/zprofile @@ -70,7 +70,6 @@ export CLOUT_SYNC_PATH="${XDG_DATA_HOME:-$HOME/.sync}/$CLOUT_SYNC_DIR" if [ "$(tty)" = '/dev/tty1' ] then - xmonad --recompile startx "$XDG_CONFIG_HOME/x11/xinitrc" poweroff fi -- cgit