Skip to content

aruyu/arch-configs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

161 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Arch Configs

Configs & installation scripts for Arch Linux

  • 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)"

Scripts to install Desktop Manager and Window Manager

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.

https://github.com/aruyu/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.

https://github.com/aruyu/sway-dotfiles

Alternatively, check out my personal Hyprland dotfiles.

https://github.com/aruyu/hyprland-dotfiles

Issues

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

Releases

No releases published

Packages

 
 
 

Contributors