AutoYADM commit: 2025-03-25 22:00:07

This commit is contained in:
Daniel Fichtinger 2025-03-25 22:00:07 -04:00
parent 9ea0926a92
commit 1ef5573dde
2 changed files with 12 additions and 8 deletions

View file

@ -67,7 +67,9 @@ output "HDMI-A-1" {
// https://github.com/YaLTeR/niri/wiki/Configuration:-Layout
layout {
// Set gaps around windows in logical pixels.
gaps 16
// gaps 0
gaps 18
// 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
// or right edge of the screen.
@ -154,10 +156,10 @@ layout {
// Top and bottom struts will simply add outer gaps in addition to the area occupied by
// layer-shell panels and regular gaps.
struts {
// left 64
// right 64
// top 64
// bottom 64
// left 16
// right 16
// top 7
// bottom 16
}
}