add niri config
This commit is contained in:
parent
7c1b64881b
commit
75cbfdcbf6
7 changed files with 502 additions and 3 deletions
|
|
@ -7,3 +7,17 @@ monitorv2 {
|
|||
supports_wide_color = true
|
||||
supports_hdr = true
|
||||
}
|
||||
|
||||
monitorv2 {
|
||||
output = desc:LG Electronics LG ULTRAWIDE 406NTRL99958
|
||||
mode = 3440x1440@159.96
|
||||
position = auto
|
||||
supports_wide_color = 1
|
||||
supports_hdr = 1
|
||||
}
|
||||
|
||||
workspace = 1, monitor:DP-1, persistent:true
|
||||
workspace = 2, monitor:DP-1, persistent:true
|
||||
workspace = 3, monitor:DP-1, persistent:true
|
||||
workspace = 4, monitor:DP-1, persistent:true
|
||||
workspace = 5, monitor:DP-1, persistent:true
|
||||
|
|
|
|||
|
|
@ -72,13 +72,20 @@ general {
|
|||
layout = master
|
||||
}
|
||||
|
||||
# decoration {
|
||||
decoration {
|
||||
# rounding = 2
|
||||
# drop_shadow = true
|
||||
# shadow_range = 4
|
||||
# shadow_render_power = 3
|
||||
# col.shadow = rgba($baseAlphaee)
|
||||
# }
|
||||
blur {
|
||||
enabled = false
|
||||
}
|
||||
|
||||
shadow {
|
||||
enabled = false
|
||||
}
|
||||
}
|
||||
|
||||
animations {
|
||||
enabled = true
|
||||
|
|
@ -118,6 +125,7 @@ misc {
|
|||
|
||||
mouse_move_focuses_monitor = false
|
||||
animate_manual_resizes = false
|
||||
vrr = 0
|
||||
}
|
||||
|
||||
# ── Layouts ───────────────────────────────────────────────────────────
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue