- Default systems
sh -c "$(curl -fsSL https://raw.githubusercontent.com/aruyu/arch-configs/master/tools/install_system.sh)"- Surface series
sh -c "$(curl -fsSL https://raw.githubusercontent.com/aruyu/arch-configs/master/tools/install_surface.sh)"For Xorg, X11 (SDDM + Openbox WM)
sh -c "$(curl -fsSL https://raw.githubusercontent.com/aruyu/arch-configs/master/tools/install_openbox.sh)"Additianally, if you need Openbox configs, check out my personal Openbox dotfiles.
For Wayland (GDM + SwayFx Compositor)
sh -c "$(curl -fsSL https://raw.githubusercontent.com/aruyu/arch-configs/master/tools/install_swayfx.sh)"If you need Sway configs, check out my personal Sway dotfiles.
Alternatively, check out my personal Hyprland dotfiles.
Caution
There is a known issue where interface errors/buggy occur when using 'iio-sensor-proxy' with the Surface Pro series.
The hanging at the 'Power tab' in gnome-control-center (Settings) can be resolved by downgrading the package to version 3.5.2 using the command below.
sudo systemctl stop --now iio-sensor-proxy
sudo downgrade iio-sensor-proxy #downgrade to 3.5.2 or under
sudo systemctl restart iio-sensor-proxy