diff --git a/README.md b/README.md index de16c43..17d1457 100644 --- a/README.md +++ b/README.md @@ -22,11 +22,13 @@ The dotfiles are tested with the following Arch based distributions: - Arch Linux (recommended) - EndeavourOS -- Manjaro Linux - Arco Linux +- Manjaro Linux The installation should work on all Arch Linux based distributions as well. +For Manjaro users: Hyprland and required components are under ongoing development. That's why it's possible that some packages are not immediatly available on Manjaro e.g., hyprlock or hypridle. But usually, the packages will be published later. + For Arco Linux users: Please reinstall/force the installation of all packages during the installation/update process of the install script. The script will also offer to remove ttf-ms-fonts if installed to avoid issues with icons on waybar. ## Before you start @@ -172,6 +174,14 @@ With the Hyprland settings script you can copy the current wallpaper into SDDM a Please check the troubleshooting section in case of issues. +## Screenlock and suspend + +Hypridle will start Hyprlock after 10 minutes of inactivity and will try to suspend one minutes later. + +When you're using a desktop computer you can switch from laptop mode to desktop mode by uncomment the corresponding lines in this file + +https://gitlab.com/stephan-raabe/dotfiles/-/blob/dev/hypr/hypridle.conf + ## Installation in a KVM virtual machine Qtile X11 works fine in a KVM virtual machine. The Hyprland performance is low but it's enough for testing new features. diff --git a/hypr/hypridle.conf b/hypr/hypridle.conf index 8c6dd45..c95afb6 100644 --- a/hypr/hypridle.conf +++ b/hypr/hypridle.conf @@ -22,9 +22,9 @@ listener { timeout = 660 # Laptop Settings - # on-timeout = systemctl suspend + on-timeout = systemctl suspend # Desktop Settings - on-timeout = hyprctl dispatch dpms off - on-resume = hyprctl dispatch dpms on + # on-timeout = hyprctl dispatch dpms off + # on-resume = hyprctl dispatch dpms on }