2023-02-06 16:11:51 +01:00
|
|
|
Screenresolution
|
|
|
|
xrandr --rate 120
|
|
|
|
|
2023-02-01 17:15:13 +01:00
|
|
|
Start VM without sudo
|
|
|
|
virsh --connect qemu:///system start archlinux
|
|
|
|
|
2023-02-06 16:11:51 +01:00
|
|
|
sudo usermod -aG libvirt raabe
|
|
|
|
|
2023-01-31 08:57:01 +01:00
|
|
|
Packages:
|
2023-02-02 12:22:54 +01:00
|
|
|
exa neomutt htop picom xfce-power-manager nitrogen dunst pywal mpv ranger ueberzug
|
2023-02-08 19:01:52 +00:00
|
|
|
bat
|
|
|
|
yaru-gtk-theme yaru-icon-theme
|
|
|
|
freerdp
|
2023-02-08 15:33:11 +01:00
|
|
|
|
2023-01-31 08:57:01 +01:00
|
|
|
|
2023-01-22 18:47:25 +01:00
|
|
|
Disable Suspend
|
|
|
|
https://wiki.archlinux.org/title/Power_management#Disabling_suspend
|
|
|
|
|
|
|
|
Promt:
|
|
|
|
https://starship.rs/
|
|
|
|
|
2023-01-22 18:53:49 +01:00
|
|
|
Add symlink from dotfiles folder into .config
|
|
|
|
ln -s /home/raabe/dotfiles/polybar/ ~/.config
|
|
|
|
|
2023-02-08 16:14:43 +01:00
|
|
|
Git Crendential Helper Store (to store credentials)
|
2023-01-22 18:53:49 +01:00
|
|
|
git config credential.helper store
|
|
|
|
|
2023-01-22 18:47:25 +01:00
|
|
|
GIT:
|
2023-02-08 16:14:43 +01:00
|
|
|
git add -A
|
2023-01-22 18:47:25 +01:00
|
|
|
git commit -m "Message"
|
|
|
|
git push
|
|
|
|
|
2023-01-23 11:33:24 +01:00
|
|
|
NEOMUTT
|
|
|
|
Delete Emails with d + $ to sync
|
2023-01-22 18:47:25 +01:00
|
|
|
|
2023-01-23 19:50:29 +01: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
|
|
|
|
|
|
|
|
|