Remove sputnik-specific gaps

This commit is contained in:
2026-01-28 17:05:02 +01:00
parent fc3f55842d
commit 7f5ad673d6

View File

@@ -67,11 +67,7 @@ output "DP-2" {
// 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.
{% if hostname == "sputnik" %}
gaps 2 // TODO: fix output-specific layout
{% else %}
gaps 12 gaps 12
{% end %}
// 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 pixls. // You can think of them as a kind of outer gaps. They are set in logical pixls.