aboutsummaryrefslogtreecommitdiff
path: root/runs
diff options
context:
space:
mode:
authoriceyrazor <iceyrazor@mailfence.com>2025-06-15 22:32:50 -0500
committericeyrazor <iceyrazor@mailfence.com>2025-06-15 22:32:50 -0500
commite5ad2c3cd4566fec0590b6be0b4d195ffd5c8066 (patch)
tree3bc8c8f15bfe0e47fc638ab8c249f5939b440925 /runs
parenta0048ec816f42e15b7413f552a9946e450baa080 (diff)
autodetect doas in profile, fixed floating wibar (awesome), rules for im on awesome and auto center, fixed display detect in lfrc, backup script changes
Diffstat (limited to 'runs')
-rwxr-xr-xruns/get-reqs-arch.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/runs/get-reqs-arch.sh b/runs/get-reqs-arch.sh
index f81c958..8399e9e 100755
--- a/runs/get-reqs-arch.sh
+++ b/runs/get-reqs-arch.sh
@@ -7,7 +7,8 @@ if [ $artix ] || [ $arch ]; then
echo GETTING MIN REQS
- $sudo pacman -S neovim rsync man-db wget git lf fzf grep
+ $sudo pacman -S neovim rsync man-db wget git fzf grep
+ $sudo pacman -S lf
echo -------------
fi