Hyprland-dotfiles/info.txt
stephan.raabe 8b93d85fae Clean up
2023-02-11 17:22:33 +01:00

23 lines
546 B
Plaintext

Screenresolution
xrandr --rate 120
Start VM without sudo
virsh --connect qemu:///system start win10
Disable Suspend
https://wiki.archlinux.org/title/Power_management#Disabling_suspend
Git Crendential Helper Store (to store credentials)
git config credential.helper store
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