diff --git a/dot_dotfiles/scripts/executable_install.chezmoi.dependencies.sh b/dot_dotfiles/scripts/executable_install.chezmoi.dependencies.sh index 78573a2..9416c5d 100644 --- a/dot_dotfiles/scripts/executable_install.chezmoi.dependencies.sh +++ b/dot_dotfiles/scripts/executable_install.chezmoi.dependencies.sh @@ -19,7 +19,10 @@ sudo pacman -Sy \ xclip \ xsel \ tree \ - calc + calc \ + zsh \ + rofi \ + dmenu # these are doom (emacs) dependencies sudo pacman -Sy \ diff --git a/dot_xinitrc b/dot_xinitrc index a316202..c577f2e 100644 --- a/dot_xinitrc +++ b/dot_xinitrc @@ -40,5 +40,8 @@ eval $(ssh-agent) # start i3 exec i3 +# attempting to fix keychain issue +source /etc/X11/xinit/xinitrc.d/50-systemd-user.sh + # after i3 is started, set up greenclip systemctl --user start greenclip