install.sh: move autotiling to manual installs
This commit is contained in:
@@ -13,7 +13,6 @@ DOTFILES_DIR="$(cd "$(dirname "$0")" && pwd)"
|
||||
DNF_PACKAGES=(
|
||||
stow
|
||||
# sway ecosystem
|
||||
autotiling
|
||||
swayidle
|
||||
# bar & notifications
|
||||
mako
|
||||
@@ -49,6 +48,7 @@ warn_missing() {
|
||||
fi
|
||||
}
|
||||
|
||||
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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user