Screenresolution xrandr --rate 120 Start VM without sudo virsh --connect qemu:///system start win10 sudo usermod -aG libvirt raabe Packages: echo "Install Pacman Packages:" pacman -S qtile neomutt rofi git openssh exa bat neomutt htop nitrogen dunst ranger ueberzug mpv freerdp spotifyd xfce4-power-manager Install yay: echo "Install yay" sudo git clone https://aur.archlinux.org/yay-git.git /opt sudo chown -R raabe:raabe /opt/yay-git echo "cd /opt/yay-git" echo "makepkg -si" echo "Install yay packages" yay -S picom pywal spotify-tui yaru-gtk-theme yaru-icon-theme echo "Install Pip Packages:" echo "Install dotfiles:" echo "Install wallpapers:" Disable Suspend https://wiki.archlinux.org/title/Power_management#Disabling_suspend Promt: https://starship.rs/ Add symlink from dotfiles folder into .config ln -s /home/raabe/dotfiles/polybar/ ~/.config Git Crendential Helper Store (to store credentials) git config credential.helper store NEOMUTT Delete Emails with d + $ to sync DISABLE Suspend and Hibernation sudo systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target REBOOT & CHECK Status sudo systemctl status sleep.target suspend.target hibernate.target hybrid-sleep.target