Restore gap changes to sway
This commit is contained in:
parent
38ca834c2e
commit
524b6c7f5f
|
@ -35,7 +35,10 @@
|
|||
menu = "${config.programs.rofi.finalPackage}/bin/rofi -show drun";
|
||||
workspaceAutoBackAndForth = true;
|
||||
bars = [];
|
||||
gaps = {inner = 5;};
|
||||
gaps = {
|
||||
inner = 5;
|
||||
outer = 10;
|
||||
};
|
||||
fonts = {
|
||||
names = [fonts.monospace.name];
|
||||
style = "regular";
|
||||
|
|
Loading…
Reference in a new issue