From afa126f2ef7e1bcc67ce277c315d83931b40e93d Mon Sep 17 00:00:00 2001 From: Joachim Nielandt Date: Wed, 26 Apr 2023 08:56:51 +0200 Subject: [PATCH] Migration in progress. --- .../scripts/executable_install.chezmoi.dependencies.sh | 5 ++++- dot_xinitrc | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) 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