Hyprland-dotfiles/info.txt

30 lines
659 B
Plaintext
Raw Normal View History

2023-01-31 02:57:01 -05:00
Packages:
exa neomutt htop picom xfce-power-manager nitrogen dunst
2023-01-22 12:47:25 -05:00
Disable Suspend
https://wiki.archlinux.org/title/Power_management#Disabling_suspend
Promt:
https://starship.rs/
2023-01-22 12:53:49 -05: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 12:47:25 -05:00
GIT:
git add *
git commit -m "Message"
git push
2023-01-23 05:33:24 -05:00
NEOMUTT
Delete Emails with d + $ to sync
2023-01-22 12:47:25 -05:00
2023-01-23 13:50:29 -05: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