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/get-reqs-arch.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'runs') diff --git a/runs/get-reqs-arch.sh b/runs/get-reqs-arch.sh index 8399e9e..7975a8c 100755 --- a/runs/get-reqs-arch.sh +++ b/runs/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" -- cgit v1.3