aboutsummaryrefslogtreecommitdiff
path: root/config/zsh
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2021-09-21 10:55:06 +0200
committerCharles Cabergs <me@cacharle.xyz>2021-09-21 10:55:06 +0200
commit7cf5d533426f4b0df346760340c27454bcd5de0c (patch)
treefdf4ba1b9ee1d27b5eb216ff494880e3b1d7a8e9 /config/zsh
parent92ef121784419ee29c56cb0519c07bb850a57a13 (diff)
downloaddotfiles-7cf5d533426f4b0df346760340c27454bcd5de0c.tar.gz
dotfiles-7cf5d533426f4b0df346760340c27454bcd5de0c.tar.bz2
dotfiles-7cf5d533426f4b0df346760340c27454bcd5de0c.zip
Updated crontab to recompile xmonad after pacman -Syu instead of recompiling on start
Diffstat (limited to 'config/zsh')
-rwxr-xr-xconfig/zsh/zprofile1
1 files changed, 0 insertions, 1 deletions
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