install.sh: move autotiling to manual installs
This commit is contained in:
@@ -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,8 +48,9 @@ warn_missing() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
warn_missing eww "install from https://github.com/elkowar/eww/releases"
|
warn_missing autotiling "install via pip: pip install --user autotiling"
|
||||||
warn_missing wezterm "install from https://wezfurlong.org/wezterm/install/linux.html"
|
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
|
# Stow all packages
|
||||||
|
|||||||
Reference in New Issue
Block a user