aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2021-05-20 20:42:16 +0200
committerCharles Cabergs <me@cacharle.xyz>2021-05-20 20:42:16 +0200
commit8cb8fbca592341cb241d338d92873b7a6e36aee5 (patch)
treee44fda8afc97acadd08ff8e875fd96739c311035 /config
parent6b0f5b532985c1e8a36a1bc14cc718538bb6e6a3 (diff)
downloaddotfiles-8cb8fbca592341cb241d338d92873b7a6e36aee5.tar.gz
dotfiles-8cb8fbca592341cb241d338d92873b7a6e36aee5.tar.bz2
dotfiles-8cb8fbca592341cb241d338d92873b7a6e36aee5.zip
Added xmonad recompile before startx
Diffstat (limited to 'config')
-rwxr-xr-xconfig/zsh/zprofile2
1 files changed, 1 insertions, 1 deletions
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 ; }