diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2025-07-26 15:37:54 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2025-07-26 15:37:54 -0500 |
| commit | 9276e2300a21d2522365bf1fb9136a8db7704235 (patch) | |
| tree | 80a9049f967f047e2a47d431aa166b4c69fc7a34 /runs-all | |
| parent | 6c9643ba745340c5da9cbf8ed1e1c830f657b907 (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-all')
| -rwxr-xr-x | runs-all/get-reqs-arch.sh | 7 |
1 files changed, 3 insertions, 4 deletions
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 |
