Hypr (desktop): adopt v2 monitors and portal deps

This commit is contained in:
2025-09-22 15:39:29 +02:00
parent 8d2d53f9d6
commit 1cfd242d8e
6 changed files with 50 additions and 3 deletions

View File

@@ -22,6 +22,7 @@ general {
# Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on
allow_tearing = false
dim_modal = true
layerrule = blur, waybar # Add blur to waybar
layerrule = blurpopups, waybar # Blur waybar popups too!
@@ -45,6 +46,8 @@ group {
font_size = 12
height = 18
gradients = true
rounding_power = 3.5
gradient_rounding_power = 3.0
#col.active = rgb(293B6E)
#col.inactive = rgba(595959aa)
col.active = rgb(79,132,204)
@@ -105,6 +108,7 @@ animations {
animation = borderangle, 1, 8, default
animation = fade, 1, 7, default
animation = workspaces, 1, 6, default
animation = dpms, 1, 5, default
}
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
@@ -129,8 +133,14 @@ master {
misc {
force_default_wallpaper = 1 # Set to 0 or 1 to disable the anime mascot wallpapers
disable_hyprland_logo = false # If true disables the random hyprland logo / anime girl background. :(
mouse_move_enables_dpms = true
key_press_enables_dpms = true
}
xwayland {
force_zero_scaling = true
}
render {
send_content_type = true
}