nixos: gen 178 @ nix-pad — 2026-07-31 01:29

26.05.20260724.597283a (Yarara)
This commit is contained in:
2026-07-31 01:29:32 -06:00
parent 9672ed5153
commit 53e6c26bc8
2 changed files with 10 additions and 993 deletions
+4 -4
View File
@@ -1,8 +1,8 @@
#ifndef config_h_INCLUDED #ifndef config_h_INCLUDED
#define config_h_INCLUDED #define config_h_INCLUDED
#define DEFAULT_FONT "Sans 14" #define DEFAULT_FONT "Hack Nerd Font Mono 12"
#define DEFAULT_ROUNDING 5 #define DEFAULT_ROUNDING 12
#define SHIFT_SPACE_IS_TAB #define SHIFT_SPACE_IS_TAB
static const int transparency = 255; static const int transparency = 255;
@@ -35,8 +35,8 @@ struct clr_scheme schemes[] = {
/* layers is an ordered list of layouts, used to cycle through */ /* layers is an ordered list of layouts, used to cycle through */
static enum layout_id layers[] = { static enum layout_id layers[] = {
Full, // First layout is the default layout on startup Landscape, // First layout is the default layout on startup
Special, LandscapeSpecial,
NumLayouts // signals the last item, may not be omitted NumLayouts // signals the last item, may not be omitted
}; };
File diff suppressed because it is too large Load Diff