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";
|
menu = "${config.programs.rofi.finalPackage}/bin/rofi -show drun";
|
||||||
workspaceAutoBackAndForth = true;
|
workspaceAutoBackAndForth = true;
|
||||||
bars = [];
|
bars = [];
|
||||||
gaps = {inner = 5;};
|
gaps = {
|
||||||
|
inner = 5;
|
||||||
|
outer = 10;
|
||||||
|
};
|
||||||
fonts = {
|
fonts = {
|
||||||
names = [fonts.monospace.name];
|
names = [fonts.monospace.name];
|
||||||
style = "regular";
|
style = "regular";
|
||||||
|
|
Loading…
Reference in a new issue