From 9276e2300a21d2522365bf1fb9136a8db7704235 Mon Sep 17 00:00:00 2001 From: iceyrazor Date: Sat, 26 Jul 2025 15:37:54 -0500 Subject: added sway - scape swap for sway - added urxvt to sway config - added window rules to sway - added set wallpaper to autostart for swaybg - switched to vesktop on autostart - changed split binds - border toggle - added sway - added sway stuff - changed reqs to use /etc/os-release ID --- runs-all/get-reqs-arch.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'runs-all') diff --git a/runs-all/get-reqs-arch.sh b/runs-all/get-reqs-arch.sh index ca8aeea..8ae0961 100755 --- a/runs-all/get-reqs-arch.sh +++ b/runs-all/get-reqs-arch.sh @@ -1,7 +1,6 @@ #!/bin/bash -arch="$(uname -r | grep arch)" -artix="$(uname -r | grep artix)" -if [ $artix ] || [ $arch ]; then +. /etc/os-release +if [ "$ID" == "artix" ] || [ "$ID" == "arch" ]; then sudo="sudo" [ doas ] && sudo="doas" @@ -99,7 +98,7 @@ if [ $artix ] || [ $arch ]; then [ $doall == 1 ] || [ $audio == 1 ] && $sudo pacman -S --noconfirm pipewire-pulse pipewire-alsa pipewire-jack qpwgraph # hyprland - [ $doall == 1 ] || [ $hyprland == 1 ] && $sudo pacman -S --noconfirm wayland hyprland waybar wlogout hyprlock xdg-desktop-portal xdg-desktop-portal-hyprland xdg-desktop-portal-gtk qt6-wayland qt5-wayland + [ $doall == 1 ] || [ $hyprland == 1 ] && $sudo pacman -S --noconfirm wayland hyprland waybar wlogout hyprlock xdg-desktop-portal xdg-desktop-portal-hyprland xdg-desktop-portal-gtk xdg-desktop-portal-wlr qt6-wayland qt5-wayland sway [ $doall == 1 ] || [ $hyprland == 1 ] && $aurm -S --noconfirm dunst-git sddm-theme-tokyo-night-git # vpn stuff -- cgit v1.3