/* * Xresources preferences to load at startup * You can add more if you know what you're doing. * * These are also used by the speedwmrc file in ~/.config/speedwm-de. * When you're done with your edits, run 'make clean install'. * * Value in .Xresources Type Value internally */ ResourcePref resources[] = { { "font", STRING, &font }, { "font2", STRING, &font2 }, { "font3", STRING, &font3 }, { "col_background", STRING, &col_background }, { "col_title", STRING, &col_title }, { "col_windowbordersel", STRING, &col_windowbordersel }, { "col_windowbordernorm", STRING, &col_windowbordernorm }, { "col_layout", STRING, &col_layout }, { "col_layouttext", STRING, &col_layouttext }, { "col_textnorm", STRING, &col_textnorm }, { "col_textsel", STRING, &col_textsel }, { "col_tag1", STRING, &col_tag1 }, { "col_tag1_text", STRING, &col_tag1_text }, { "col_tag2", STRING, &col_tag2 }, { "col_tag2_text", STRING, &col_tag2_text }, { "col_tag3", STRING, &col_tag3 }, { "col_tag3_text", STRING, &col_tag3_text }, { "col_tag4", STRING, &col_tag4 }, { "col_tag4_text", STRING, &col_tag4_text }, { "col_tag5", STRING, &col_tag5 }, { "col_tag5_text", STRING, &col_tag5_text }, { "col_tag6", STRING, &col_tag6 }, { "col_tag6_text", STRING, &col_tag6_text }, { "col_tag7", STRING, &col_tag7 }, { "col_tag7_text", STRING, &col_tag7_text }, { "col_tag8", STRING, &col_tag8 }, { "col_tag8_text", STRING, &col_tag8_text }, { "col_tag9", STRING, &col_tag9 }, { "col_tag9_text", STRING, &col_tag9_text }, { "col_status0", STRING, &col_status0 }, { "col_status1", STRING, &col_status1 }, { "col_status2", STRING, &col_status2 }, { "col_status3", STRING, &col_status3 }, { "col_status4", STRING, &col_status4 }, { "col_status5", STRING, &col_status5 }, { "col_status6", STRING, &col_status6 }, { "col_status7", STRING, &col_status7 }, { "col_status8", STRING, &col_status8 }, { "col_status9", STRING, &col_status9 }, { "col_status10", STRING, &col_status10 }, { "col_status11", STRING, &col_status11 }, { "col_status12", STRING, &col_status12 }, { "col_status13", STRING, &col_status13 }, { "col_status14", STRING, &col_status14 }, { "col_status15", STRING, &col_status15 }, { "col_systraybg", STRING, &col_systraybg }, /* pywal support */ { "color0", STRING, &col_background }, { "color0", STRING, &col_systraybg }, { "color4", STRING, &col_title }, { "color8", STRING, &col_windowbordersel }, { "color0", STRING, &col_windowbordernorm }, { "color4", STRING, &col_textnorm }, { "color0", STRING, &col_textsel }, { "color0", STRING, &col_layouttext }, { "color2", STRING, &col_layout }, { "color1", STRING, &col_tag1 }, { "color0", STRING, &col_tag1_text }, { "color2", STRING, &col_tag2 }, { "color0", STRING, &col_tag2_text }, { "color3", STRING, &col_tag3 }, { "color0", STRING, &col_tag3_text }, { "color4", STRING, &col_tag4 }, { "color0", STRING, &col_tag4_text }, { "color5", STRING, &col_tag5 }, { "color0", STRING, &col_tag5_text }, { "color6", STRING, &col_tag6 }, { "color0", STRING, &col_tag6_text }, { "color7", STRING, &col_tag7 }, { "color0", STRING, &col_tag7_text }, { "color8", STRING, &col_tag8 }, { "color0", STRING, &col_tag8_text }, { "color9", STRING, &col_tag9 }, { "color0", STRING, &col_tag9_text }, { "color0", STRING, &col_status0 }, { "color1", STRING, &col_status1 }, { "color2", STRING, &col_status2 }, { "color3", STRING, &col_status3 }, { "color4", STRING, &col_status4 }, { "color5", STRING, &col_status5 }, { "color6", STRING, &col_status6 }, { "color7", STRING, &col_status7 }, { "color8", STRING, &col_status8 }, { "color9", STRING, &col_status9 }, { "color10", STRING, &col_status10 }, { "color11", STRING, &col_status11 }, { "color12", STRING, &col_status12 }, { "color13", STRING, &col_status13 }, { "color14", STRING, &col_status14 }, { "color15", STRING, &col_status15 }, { "shell", STRING, &shell }, { "status", STRING, &status }, { "defaultstatus", STRING, &defaultstatus }, { "altbarclass", STRING, &altbarclass }, { "altbarcmd", STRING, &altbarcmd }, { "alttrayname", STRING, &alttrayname }, { "lockfullscreen", INTEGER, &lockfullscreen }, { "movefullscreenmon", INTEGER, &movefullscreenmon }, { "fullscreenhidebar", INTEGER, &fullscreenhidebar }, { "refreshrules", INTEGER, &refreshrules }, { "borderpx", INTEGER, &borderpx }, { "snap", INTEGER, &snap }, { "hidebar", INTEGER, &hidebar }, { "mastercount", INTEGER, &mastercount }, { "attachdirection", INTEGER, &attachdirection }, { "resizehints", INTEGER, &resizehints }, { "startontag", INTEGER, &startontag }, { "decorhints", INTEGER, &decorhints }, { "swallowclients", INTEGER, &swallowclients }, { "swallowfloating", INTEGER, &swallowfloating }, { "barheight", INTEGER, &barheight }, { "barpaddingv", INTEGER, &barpaddingv }, { "barpaddingh", INTEGER, &barpaddingh }, { "centerfloating", INTEGER, ¢erfloating }, { "savefloat", INTEGER, &savefloat }, { "warpcursor", INTEGER, &warpcursor }, { "pertag", INTEGER, &pertag }, { "i3mastercount", INTEGER, &i3mastercount }, { "layoutposition", INTEGER, &layoutposition }, { "hidelayout", INTEGER, &hidelayout }, { "hidetitle", INTEGER, &hidetitle }, { "hideunselectedtitle", INTEGER, &hideunselectedtitle }, { "hideicon", INTEGER, &hideicon }, { "hidetags", INTEGER, &hidetags }, { "hideemptytags", INTEGER, &hideemptytags }, { "hidetagpowerline", INTEGER, &hidetagpowerline }, { "hidestatus", INTEGER, &hidestatus }, { "hidesticky", INTEGER, &hidesticky }, { "hidefloating", INTEGER, &hidefloating }, { "statusallmons", INTEGER, &statusallmons }, { "resetlayout", INTEGER, &resetlayout }, { "resetmfact", INTEGER, &resetmfact }, { "resetgaps", INTEGER, &resetgaps }, { "wmclass", INTEGER, &wmclass }, { "clicktofocus", INTEGER, &clicktofocus }, { "urgentwindows", INTEGER, &urgentwindows }, { "underline", INTEGER, &underline }, { "underlinepad", INTEGER, &underlinepad }, { "underlinestroke", INTEGER, &underlinestroke }, { "underlinevoffset", INTEGER, &underlinevoffset }, { "enablegaps", INTEGER, &enablegaps }, { "gappih", INTEGER, &gappih }, { "gappiv", INTEGER, &gappiv }, { "gappoh", INTEGER, &gappoh }, { "gappov", INTEGER, &gappov }, { "smartgaps", INTEGER, &smartgaps }, { "smartgapsize", INTEGER, &smartgapsize }, { "mousemfact", INTEGER, &mousemfact }, { "mousecfact", INTEGER, &mousecfact }, { "focusspawn", INTEGER, &focusspawn }, { "floatscratchpad", INTEGER, &floatscratchpad }, { "altbar", INTEGER, &altbar }, { "autoresize", INTEGER, &autoresize }, { "mfact", FLOAT, &mfact }, { "lowestmfact", FLOAT, &lowestmfact }, { "menupositionv", INTEGER, &menupositionv }, { "menupositionh", INTEGER, &menupositionh }, { "maxwidth", INTEGER, &maxwidth }, { "maxheight", INTEGER, &maxheight }, { "colortitle", INTEGER, &colortitle }, { "colorselectedtitle", INTEGER, &colorselectedtitle }, { "colorhiddentitle", INTEGER, &colorhiddentitle }, { "colorlayout", INTEGER, &colorlayout }, #if USESYSTRAY { "systraypinning", INTEGER, &systraypinning }, { "systrayonleft", INTEGER, &systrayonleft }, { "systrayspacing", INTEGER, &systrayspacing }, { "showsystray", INTEGER, &showsystray }, #endif #if LAYOUT_MONOCLE { "monocleformat", STRING, &monocleformat }, { "monocleclientcount", INTEGER, &monocleclientcount }, { "monoclecount", INTEGER, &monoclecount }, #endif #if LAYOUT_DECK { "deckformat", STRING, &deckformat }, { "deckcount", INTEGER, &deckcount }, #endif #if USEWINICON { "iconsize", INTEGER, &iconsize }, { "iconspacing", INTEGER, &iconspacing }, #endif #if USETAGPREVIEW { "scalepreview", INTEGER, &scalepreview }, { "tagpreview", INTEGER, &tagpreview }, { "tagpreviewpaddingv", INTEGER, &tagpreviewpaddingv }, { "tagpreviewpaddingh", INTEGER, &tagpreviewpaddingh }, { "barpreview", INTEGER, &barpreview }, { "barposition", INTEGER, &barposition }, { "mousepreview", INTEGER, &mousepreview }, #endif #if USEFADE { "fadeinactive", INTEGER, &fadeinactive }, #endif #if USEROUNDCORNERS { "roundedcorners", INTEGER, &roundedcorners }, { "cornerradius", INTEGER, &cornerradius }, #endif #if LAYOUT_DGRID { "forcevsplit", INTEGER, &forcevsplit }, #endif /* value in .Xresources type value in speedwm */ };