2023-02-01 16:15:13 +00:00
|
|
|
Start VM without sudo
|
|
|
|
virsh --connect qemu:///system start archlinux
|
|
|
|
|
2023-01-31 07:57:01 +00:00
|
|
|
Packages:
|
2023-02-02 11:22:54 +00:00
|
|
|
exa neomutt htop picom xfce-power-manager nitrogen dunst pywal mpv ranger ueberzug
|
2023-02-06 08:51:49 +00:00
|
|
|
bat grivbox-material-theme-git gruvbox-icon-theme
|
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
|
|
|
|
|
|
|
|
Git Crendential Helper Store
|
|
|
|
git config credential.helper store
|
|
|
|
|
2023-01-22 17:47:25 +00:00
|
|
|
GIT:
|
|
|
|
git add *
|
|
|
|
git commit -m "Message"
|
|
|
|
git push
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|