diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-05-20 20:42:16 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-05-20 20:42:16 +0200 |
| commit | 8cb8fbca592341cb241d338d92873b7a6e36aee5 (patch) | |
| tree | e44fda8afc97acadd08ff8e875fd96739c311035 | |
| parent | 6b0f5b532985c1e8a36a1bc14cc718538bb6e6a3 (diff) | |
| download | dotfiles-8cb8fbca592341cb241d338d92873b7a6e36aee5.tar.gz dotfiles-8cb8fbca592341cb241d338d92873b7a6e36aee5.tar.bz2 dotfiles-8cb8fbca592341cb241d338d92873b7a6e36aee5.zip | |
Added xmonad recompile before startx
| -rwxr-xr-x | config/zsh/zprofile | 2 |
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 ; } |
