install.sh: move autotiling to manual installs

This commit is contained in:
Jonas H
2026-02-27 23:00:47 +01:00
parent 306aced396
commit e175abe2d6

View File

@@ -13,7 +13,6 @@ DOTFILES_DIR="$(cd "$(dirname "$0")" && pwd)"
DNF_PACKAGES=( DNF_PACKAGES=(
stow stow
# sway ecosystem # sway ecosystem
autotiling
swayidle swayidle
# bar & notifications # bar & notifications
mako mako
@@ -49,6 +48,7 @@ warn_missing() {
fi fi
} }
warn_missing autotiling "install via pip: pip install --user autotiling"
warn_missing eww "install from https://github.com/elkowar/eww/releases" warn_missing eww "install from https://github.com/elkowar/eww/releases"
warn_missing wezterm "install from https://wezfurlong.org/wezterm/install/linux.html" warn_missing wezterm "install from https://wezfurlong.org/wezterm/install/linux.html"