aboutsummaryrefslogtreecommitdiff
path: root/runs
diff options
context:
space:
mode:
authoriceyrazor <iceyrazor@mailfence.com>2025-07-26 15:37:54 -0500
committericeyrazor <iceyrazor@mailfence.com>2025-07-26 15:37:54 -0500
commit9276e2300a21d2522365bf1fb9136a8db7704235 (patch)
tree80a9049f967f047e2a47d431aa166b4c69fc7a34 /runs
parent6c9643ba745340c5da9cbf8ed1e1c830f657b907 (diff)
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
Diffstat (limited to 'runs')
-rwxr-xr-xruns/get-reqs-arch.sh5
1 files changed, 2 insertions, 3 deletions
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"