From 0d8c9b2d1494cf8a26934e19e68007d34309b9d0 Mon Sep 17 00:00:00 2001 From: Simon Studer Date: Sat, 4 Oct 2025 22:44:34 +0200 Subject: [PATCH] add postinstall of niri setup --- scripts/00_post_install_niri.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 scripts/00_post_install_niri.sh diff --git a/scripts/00_post_install_niri.sh b/scripts/00_post_install_niri.sh new file mode 100755 index 0000000..8484025 --- /dev/null +++ b/scripts/00_post_install_niri.sh @@ -0,0 +1,11 @@ + +sudo pacman -Syu +sudo pacman -S ly +sudo systemctl enable ly + +sudo pacman -S niri +sudo pacman -S mako +sudo pacman -S waybar +sudo pacman -S alacritty +sudo pacman -S swaybg +sudo pacman -S xwayland-satellite