better monitor configuration syntax (using monitorv2), fixed icons alignment in waybar and swaync, and multiple other minor changes

This commit is contained in:
Gu://em_ 2025-07-21 15:37:01 +02:00
parent fad4736225
commit 6f0fe77ed5
11 changed files with 78 additions and 23 deletions

View file

@ -3,5 +3,18 @@
################
# See https://wiki.hyprland.org/Configuring/Monitors/
monitor=,preferred,auto,auto
monitor=eDP-1,preferred,0x0,1 # Laptop screen
# All screens
monitorv2 {
mode = preferred
position = auto
scale = auto
}
# Laptop screen
monitorv2 {
output = eDP-1
mode = preferred
position = 0x0
scale = 1
}