Fixes hyprland

This commit is contained in:
Michel Fedde 2025-04-24 19:10:28 +02:00
parent d0dcd61a28
commit 5e85555884
5 changed files with 16 additions and 5 deletions

View file

@ -9,6 +9,7 @@ general {
decoration {
rounding = 4
rounding_power = 10.0
active_opacity = 1.0
inactive_opacity = 1
@ -32,9 +33,9 @@ decoration {
enabled = true
size = 6
passes = 2
ignore_opacity = true
ignore_opacity = false
new_optimizations = true
special = true
special = false
}
}

View file

@ -0,0 +1,6 @@
layerrule = blur, gtk-layer-shell
layerrule = blur, logout_dialog
layerrule = blur, swaync-control-center
layerrule = ignorezero, swaync-control-center

View file

@ -1,6 +1,9 @@
master {
new_status = slave
new_on_top = 1
mfact = 0.6
orientation = right
mfact = 0.7
orientation = left
slave_count_for_center_master = 2
center_master_slaves_on_right = false
}

View file

@ -11,3 +11,4 @@ source = $config/Keybinds.conf
source = $config/Monitors.conf
source = $config/WindowRules.conf
source = $config/WorkspaceRules.conf
source = $config/LayerRules.conf