home:natto:xmonad: fix fullscreen

This commit is contained in:
2021-06-16 09:29:52 +05:30
parent ba8dbff511
commit d32d386248
13 changed files with 214 additions and 37 deletions

View File

@@ -83,6 +83,7 @@ in
sticky = true;
icon_size = 23;
background = "#1d2021";
icon_gravity = "E";
};
extraConfig = ''
kludges force_icons_size

View File

@@ -16,6 +16,7 @@
config = ../config/xmonad/xmonad.hs;
libFiles = {
"xmobar.hs" = ../config/xmonad/xmobar.hs;
"nixos.xpm" = ../config/xmonad/nixos.xpm;
};
};
};