AutoYADM commit: 2025-03-25 22:15:08
This commit is contained in:
parent
1ef5573dde
commit
e82ddf767f
2 changed files with 13 additions and 12 deletions
|
@ -67,8 +67,16 @@ output "HDMI-A-1" {
|
|||
// https://github.com/YaLTeR/niri/wiki/Configuration:-Layout
|
||||
layout {
|
||||
// Set gaps around windows in logical pixels.
|
||||
// gaps 0
|
||||
gaps 18
|
||||
gaps 16
|
||||
struts {
|
||||
top -16
|
||||
bottom -16
|
||||
// left 8
|
||||
// right 8
|
||||
// top 7
|
||||
// bottom 16
|
||||
}
|
||||
// gaps 16
|
||||
// gaps 8
|
||||
// When to center a column when changing focus, options are:
|
||||
// - "never", default behavior, focusing an off-screen column will keep at the left
|
||||
|
@ -118,7 +126,7 @@ layout {
|
|||
off
|
||||
width 1
|
||||
active-color "#B14242"
|
||||
inactive-color "#121212"
|
||||
inactive-color "#12121200"
|
||||
}
|
||||
// You can enable drop shadows for windows.
|
||||
shadow {
|
||||
|
@ -150,18 +158,11 @@ layout {
|
|||
// You can also change the shadow color and opacity.
|
||||
color "#0007"
|
||||
}
|
||||
// Struts shrink the area occupied by windows, similarly to layer-shell panels.
|
||||
// Struts shrink the area occupied by windows, similarly to layer-shell panels.
|
||||
// You can think of them as a kind of outer gaps. They are set in logical pixels.
|
||||
// Left and right struts will cause the next window to the side to always be visible.
|
||||
// Top and bottom struts will simply add outer gaps in addition to the area occupied by
|
||||
// layer-shell panels and regular gaps.
|
||||
struts {
|
||||
// left 16
|
||||
// right 16
|
||||
// top 7
|
||||
// bottom 16
|
||||
|
||||
}
|
||||
}
|
||||
// Add lines like this to spawn processes at startup.
|
||||
// Note that running niri as a session supports xdg-desktop-autostart,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue