diff options
author | Daniel Weipert <code@drogueronin.de> | 2022-11-13 14:08:57 +0100 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2022-11-13 14:08:57 +0100 |
commit | 9705ced7af12ee6bb7c95e14bcc765c74b452f6d (patch) | |
tree | f108324c95d81ff954a8b66cd17718a931920ece /install-arch.sh | |
parent | 14b764b8fe587b94898ea16ba15dc0bff6085f5e (diff) |
Add sway-services-git for sway systemd integration
Diffstat (limited to 'install-arch.sh')
-rw-r--r-- | install-arch.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/install-arch.sh b/install-arch.sh index ee3da9d..54ba08d 100644 --- a/install-arch.sh +++ b/install-arch.sh @@ -156,10 +156,12 @@ systemctl --user enable vdirsyncer.timer --now # AUR installs aur sync -r nerd-fonts-hack aur sync -r autojump +aur sync -r sway-services-git sudo pacman -Sy \ nerd-fonts-hack \ - autojump + autojump \ + sway-services-git # Japanese input aur sync -ru fcitx5-mozc-ut |