Migration in progress.

This commit is contained in:
Joachim Nielandt 2023-04-26 08:56:51 +02:00
parent fd14552ab6
commit afa126f2ef
2 changed files with 7 additions and 1 deletions

View File

@ -19,7 +19,10 @@ sudo pacman -Sy \
xclip \ xclip \
xsel \ xsel \
tree \ tree \
calc calc \
zsh \
rofi \
dmenu
# these are doom (emacs) dependencies # these are doom (emacs) dependencies
sudo pacman -Sy \ sudo pacman -Sy \

View File

@ -40,5 +40,8 @@ eval $(ssh-agent)
# start i3 # start i3
exec 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 # after i3 is started, set up greenclip
systemctl --user start greenclip systemctl --user start greenclip