AutoYADM commit: 2025-03-25 22:15:08

This commit is contained in:
Daniel Fichtinger 2025-03-25 22:15:08 -04:00
parent 1ef5573dde
commit e82ddf767f
2 changed files with 13 additions and 12 deletions

View file

@ -67,8 +67,16 @@ output "HDMI-A-1" {
// https://github.com/YaLTeR/niri/wiki/Configuration:-Layout // https://github.com/YaLTeR/niri/wiki/Configuration:-Layout
layout { layout {
// Set gaps around windows in logical pixels. // Set gaps around windows in logical pixels.
// gaps 0 gaps 16
gaps 18 struts {
top -16
bottom -16
// left 8
// right 8
// top 7
// bottom 16
}
// gaps 16
// gaps 8 // gaps 8
// When to center a column when changing focus, options are: // When to center a column when changing focus, options are:
// - "never", default behavior, focusing an off-screen column will keep at the left // - "never", default behavior, focusing an off-screen column will keep at the left
@ -118,7 +126,7 @@ layout {
off off
width 1 width 1
active-color "#B14242" active-color "#B14242"
inactive-color "#121212" inactive-color "#12121200"
} }
// You can enable drop shadows for windows. // You can enable drop shadows for windows.
shadow { shadow {
@ -155,13 +163,6 @@ layout {
// Left and right struts will cause the next window to the side to always be visible. // 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 // Top and bottom struts will simply add outer gaps in addition to the area occupied by
// layer-shell panels and regular gaps. // layer-shell panels and regular gaps.
struts {
// left 16
// right 16
// top 7
// bottom 16
}
} }
// Add lines like this to spawn processes at startup. // Add lines like this to spawn processes at startup.
// Note that running niri as a session supports xdg-desktop-autostart, // Note that running niri as a session supports xdg-desktop-autostart,

View file

@ -16,7 +16,7 @@
/* font-family: FontAwesome, Roboto, Helvetica, Arial, sans-serif; */ /* font-family: FontAwesome, Roboto, Helvetica, Arial, sans-serif; */
font-family: SauceCodePro NFM; font-family: SauceCodePro NFM;
/* font-weight: 500; */ /* font-weight: 500; */
font-size: 12px; font-size: 14px;
padding: 0; padding: 0;
} }