From 8cb8fbca592341cb241d338d92873b7a6e36aee5 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Thu, 20 May 2021 20:42:16 +0200 Subject: Added xmonad recompile before startx --- config/zsh/zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/zsh/zprofile b/config/zsh/zprofile index 8b4921f..b6c6fa0 100755 --- a/config/zsh/zprofile +++ b/config/zsh/zprofile @@ -61,4 +61,4 @@ export LESS_TERMCAP_ZW=$(tput rsupm) export MINIKUBE_IN_STYLE=false # disable cringe minikube emojies -[ "$(tty)" = '/dev/tty1' ] && { startx "$XDG_CONFIG_HOME/x11/xinitrc"; poweroff ; } +[ "$(tty)" = '/dev/tty1' ] && { xmonad --recompile ; startx "$XDG_CONFIG_HOME/x11/xinitrc" ; poweroff ; } -- cgit