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
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user