Restore gap changes to sway

This commit is contained in:
Evie Litherland-Smith 2024-04-15 09:41:57 +01:00
parent 38ca834c2e
commit 524b6c7f5f

View file

@ -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";