fix swaybar showing up

This commit is contained in:
notgne2 2022-01-17 12:08:58 -07:00
parent ca4a9803b6
commit a00983323f
No known key found for this signature in database
GPG Key ID: BB661E172B42A7F8

View File

@ -319,6 +319,8 @@ in
menu = "${pkgs.rofi}/bin/rofi -show drun -show-icons -run-command '${pkgs.sway}/bin/swaymsg exec -- {cmd}'";
bars = [ ];
gaps = {
smartGaps = lib.mkDefault true;
smartBorders = lib.mkDefault "on";