This commit is contained in:
datsudo 2025-06-07 09:28:04 +08:00
parent c38929e6b1
commit a5306fa1ad
2 changed files with 5 additions and 5 deletions

View File

@ -3,9 +3,9 @@
"layer": "top", "layer": "top",
"position": "top", "position": "top",
"spacing": 0, "spacing": 0,
"margin-top": 0, "margin-top": 3,
"margin-left": 0, "margin-left": 3,
"margin-right": 0, "margin-right": 3,
"margin-bottom": 0, "margin-bottom": 0,
"modules-left": [ "modules-left": [

View File

@ -30,8 +30,8 @@
}; };
general = { general = {
gaps_in = 0; gaps_in = 3;
gaps_out = 0; gaps_out = 3;
border_size = 2; border_size = 2;
resize_on_border = false; resize_on_border = false;
allow_tearing = false; allow_tearing = false;