mirror of
https://github.com/larstvei/nix-config.git
synced 2025-09-19 05:10:13 +00:00
No gaps with only one window
This commit is contained in:
parent
bc7c7a5f7e
commit
1b35ec7969
@ -7,15 +7,16 @@
|
|||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
|
|
||||||
misc = {
|
misc.disable_hyprland_logo = true;
|
||||||
disable_hyprland_logo = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
general = {
|
general = {
|
||||||
border_size = 2;
|
border_size = 2;
|
||||||
layout = "master";
|
layout = "master";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# No borders or gaps when there is only one window
|
||||||
|
workspace = "w[t1], gapsin:0, gapsout:0, border:0";
|
||||||
|
|
||||||
decoration = {
|
decoration = {
|
||||||
rounding = 15;
|
rounding = 15;
|
||||||
inactive_opacity = 0.75;
|
inactive_opacity = 0.75;
|
||||||
|
Loading…
Reference in New Issue
Block a user