From e175abe2d6e20bdd3dc9560e1edf2c15fce8764f Mon Sep 17 00:00:00 2001 From: Jonas H Date: Fri, 27 Feb 2026 23:00:47 +0100 Subject: [PATCH] install.sh: move autotiling to manual installs --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index c5f3809..c2a7c4d 100755 --- a/install.sh +++ b/install.sh @@ -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