Fixes hyprland
This commit is contained in:
parent
d0dcd61a28
commit
5e85555884
5 changed files with 16 additions and 5 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
6
.config/hypr/config/LayerRules.conf
Normal file
6
.config/hypr/config/LayerRules.conf
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
layerrule = blur, gtk-layer-shell
|
||||
layerrule = blur, logout_dialog
|
||||
|
||||
layerrule = blur, swaync-control-center
|
||||
|
||||
layerrule = ignorezero, swaync-control-center
|
||||
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
|
|
@ -11,3 +11,4 @@ source = $config/Keybinds.conf
|
|||
source = $config/Monitors.conf
|
||||
source = $config/WindowRules.conf
|
||||
source = $config/WorkspaceRules.conf
|
||||
source = $config/LayerRules.conf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue