diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2026-07-22 02:42:17 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2026-07-22 02:42:17 -0500 |
| commit | b50c450a572c9951baf2bdf1720fb241625c626d (patch) | |
| tree | 4750183b51250f5444a6839bc2bf679ef9a12b79 /runs | |
| parent | 735b92dbcfe2f8f85047110bdd17f48900b12b8e (diff) | |
fixed i3blocks breaking blocks on multible monitors
added keybind for cboomer
urlview.sh change
added asciidoc asociation for vis for v0.9 tag
fixed vis theme
added xorg-xinit. fixed typo xlibre-xserver
moved ugrep
urlview check change
Diffstat (limited to 'runs')
| -rwxr-xr-x | runs/get-reqs-arch.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runs/get-reqs-arch.sh b/runs/get-reqs-arch.sh index 9c87626..9f9056c 100755 --- a/runs/get-reqs-arch.sh +++ b/runs/get-reqs-arch.sh @@ -6,8 +6,8 @@ if [ "$ID" = "artix" ] || [ "$ID" = "arch" ]; then echo GETTING MIN REQS - $sudo pacman -S neovim rsync man-db wget git fzf ugrep - $sudo pacman -S lf + $sudo pacman -S neovim rsync man-db wget git fzf + $sudo pacman -S lf ugrep echo ------------- fi |
