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=(
stow
# sway ecosystem
autotiling
swayidle
# bar & notifications
mako
@@ -49,8 +48,9 @@ warn_missing() {
fi
}
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 autotiling "install via pip: pip install --user autotiling"
warn_missing eww "install from https://github.com/elkowar/eww/releases"
warn_missing wezterm "install from https://wezfurlong.org/wezterm/install/linux.html"
# ---------------------------------------------------------------------------
# Stow all packages