reduce pad
This commit is contained in:
@@ -7,14 +7,10 @@
|
|||||||
font = { size = 14; };
|
font = { size = 14; };
|
||||||
window = {
|
window = {
|
||||||
opacity = 1.0;
|
opacity = 1.0;
|
||||||
padding.x = 50;
|
padding.x = 7;
|
||||||
padding.y = 50;
|
padding.y = 7;
|
||||||
};
|
|
||||||
colors = {
|
|
||||||
primary = {
|
|
||||||
background = "#040404";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
colors = { primary = { background = "#040404"; }; };
|
||||||
scrolling.multiplier = 5;
|
scrolling.multiplier = 5;
|
||||||
selection.save_to_clipboard = true;
|
selection.save_to_clipboard = true;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user