Fully updated to the actual (Boussole v1) config and got rid of most things that shouldn't be there

This commit is contained in:
Guillem George 2025-10-28 19:25:40 +01:00
parent 6b616b44dd
commit 71f2b38a0d
192 changed files with 854 additions and 605 deletions

View file

@ -5,9 +5,9 @@
# See https://wiki.hyprland.org/Configuring/Monitors/
# All screens
monitorv2 {
mode = preferred
position = auto
scale = auto
}
# monitorv2 {
# mode = preferred
# position = auto
# scale = auto
# }

View file

@ -5,19 +5,19 @@
# See https://wiki.hyprland.org/Configuring/Monitors/
# Laptop screen
monitorv2 {
output = eDP-1
mode = preferred
position = 0x0
scale = 1
}
# monitorv2 {
# output = eDP-1
# mode = preferred
# position = 0x0
# scale = 1
# }
# Other monitors (mirror laptop screen)
monitorv2 {
output = *
mode = preferred
position = auto
scale = 1
mirror = eDP-1
}
# # Other monitors (mirror laptop screen)
# monitorv2 {
# output = *
# mode = preferred
# position = auto
# scale = 1
# mirror = eDP-1
# }