42 lines
892 B
Plaintext
42 lines
892 B
Plaintext
Screenresolution
|
|
xrandr --rate 120
|
|
|
|
Start VM without sudo
|
|
virsh --connect qemu:///system start archlinux
|
|
|
|
sudo usermod -aG libvirt raabe
|
|
|
|
Packages:
|
|
exa neomutt htop picom xfce-power-manager nitrogen dunst pywal mpv ranger ueberzug
|
|
bat
|
|
yaru-gtk-theme yaru-icon-theme
|
|
freerdp
|
|
|
|
|
|
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
|
|
|
|
GIT:
|
|
git add -A
|
|
git commit -m "Message"
|
|
git push
|
|
|
|
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
|
|
|
|
|