This commit is contained in:
Stephan Raabe 2024-03-02 21:01:39 +01:00
parent 16eb1b7915
commit 39b540ea20
2 changed files with 14 additions and 4 deletions

View File

@ -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.

View File

@ -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
}