diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-09-21 10:55:06 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-09-21 10:55:06 +0200 |
| commit | 7cf5d533426f4b0df346760340c27454bcd5de0c (patch) | |
| tree | fdf4ba1b9ee1d27b5eb216ff494880e3b1d7a8e9 /config/zsh | |
| parent | 92ef121784419ee29c56cb0519c07bb850a57a13 (diff) | |
| download | dotfiles-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-x | config/zsh/zprofile | 1 |
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 |
