No gaps with only one window

This commit is contained in:
larstvei 2025-09-16 21:17:44 +02:00
parent bc7c7a5f7e
commit 1b35ec7969

View File

@ -7,15 +7,16 @@
settings = {
misc = {
disable_hyprland_logo = true;
};
misc.disable_hyprland_logo = true;
general = {
border_size = 2;
layout = "master";
};
# No borders or gaps when there is only one window
workspace = "w[t1], gapsin:0, gapsout:0, border:0";
decoration = {
rounding = 15;
inactive_opacity = 0.75;