2023-02-06 15:11:51 +00:00
|
|
|
Screenresolution
|
|
|
|
xrandr --rate 120
|
|
|
|
|
2023-02-01 16:15:13 +00:00
|
|
|
Start VM without sudo
|
2023-02-11 10:07:07 +00:00
|
|
|
virsh --connect qemu:///system start win10
|
2023-02-01 16:15:13 +00:00
|
|
|
|
2023-02-06 15:11:51 +00:00
|
|
|
sudo usermod -aG libvirt raabe
|
|
|
|
|
2023-01-31 07:57:01 +00:00
|
|
|
Packages:
|
2023-02-11 10:07:07 +00:00
|
|
|
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
|
2023-02-08 14:33:11 +00:00
|
|
|
|
2023-02-11 10:07:07 +00:00
|
|
|
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:"
|
2023-01-31 07:57:01 +00:00
|
|
|
|
2023-01-22 17:47:25 +00:00
|
|
|
Disable Suspend
|
|
|
|
https://wiki.archlinux.org/title/Power_management#Disabling_suspend
|
|
|
|
|
|
|
|
Promt:
|
|
|
|
https://starship.rs/
|
|
|
|
|
2023-01-22 17:53:49 +00:00
|
|
|
Add symlink from dotfiles folder into .config
|
|
|
|
ln -s /home/raabe/dotfiles/polybar/ ~/.config
|
|
|
|
|
2023-02-08 15:14:43 +00:00
|
|
|
Git Crendential Helper Store (to store credentials)
|
2023-01-22 17:53:49 +00:00
|
|
|
git config credential.helper store
|
|
|
|
|
2023-01-23 10:33:24 +00:00
|
|
|
NEOMUTT
|
|
|
|
Delete Emails with d + $ to sync
|
2023-01-22 17:47:25 +00:00
|
|
|
|
2023-01-23 18:50:29 +00:00
|
|
|
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
|
|
|
|
|
|
|
|
|