diff options
author | Philip Wittamore <philip@wittamore.com> | 2025-06-08 21:53:44 +0200 |
---|---|---|
committer | Philip Wittamore <philip@wittamore.com> | 2025-06-08 21:53:44 +0200 |
commit | eb6d8420de7131b2c1b1269ebe0af20f82c07914 (patch) | |
tree | 71e2a2f73c49dcdaae56744fa718108aa821bbec | |
parent | 222c3c97652afd7e597039068c241267d684135b (diff) | |
download | dwm-eb6d8420de7131b2c1b1269ebe0af20f82c07914.tar.gz dwm-eb6d8420de7131b2c1b1269ebe0af20f82c07914.tar.bz2 dwm-eb6d8420de7131b2c1b1269ebe0af20f82c07914.zip |
update
-rw-r--r-- | config.def.h | 16 | ||||
-rw-r--r-- | config.h | 16 |
2 files changed, 16 insertions, 16 deletions
diff --git a/config.def.h b/config.def.h index 675c740..e212393 100644 --- a/config.def.h +++ b/config.def.h @@ -7,7 +7,7 @@ static const unsigned int snap = 32; /* snap pixel */ static const int swallowfloating = 0; /* 1 means swallow floating windows by default */ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ -static const char *fonts[] = { "Iosevka Nerd Font Regular:size=11" }; +static const char *fonts[] = { "Iosevka Nerd Font Regular:size=11","JoyPixels:pixelsize=10:antialias=true:autohint=true" }; static const char dmenufont[] = "Iosevka Nerd Font Mono:size=11"; static char normbgcolor[] = "#222222"; static char normbordercolor[] = "#444444"; @@ -29,12 +29,12 @@ static const Rule rules[] = { * WM_CLASS(STRING) = instance, class * WM_NAME(STRING) = title */ - /* class instance title tags mask iscentered isfloating isterminal noswallow monitor */ - { "Gimp", NULL, NULL, 0, 0, 1, 0, 0, -1 }, - { "Firefox", NULL, NULL, 1 << 8, 0, 0, 0, -1, -1 }, - { "Ghostty", NULL, NULL, 0, 0, 0, 1, 0, -1 }, - { "orage", NULL, NULL, 0, 1, 1, 0, 1, -1 }, - { NULL, NULL, "Event Tester", 0, 0, 0, 0, 1, -1 }, /* xev */ + /* class instance title tags mask iscentered isfloating isterminal noswallow monitor */ + { "Gimp", NULL, NULL, 0, 0, 1, 0, 0, -1 }, + { "Librewolf", NULL, NULL, 1 << 8, 0, 0, 0, 0, -1 }, + { "Kitty", NULL, NULL, 0, 0, 0, 1, 0, -1 }, + { "Orage", NULL, NULL, 0, 1, 1, 0, 1, -1 }, + { NULL, NULL, "Event Tester", 0, 0, 0, 0, 1, -1 }, /* xev */ }; /* layout(s) */ @@ -67,7 +67,7 @@ static const Layout layouts[] = { /* commands */ static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */ static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", normbgcolor, "-nf", normfgcolor, "-sb", selbgcolor, "-sf", selfgcolor, NULL }; -static const char *termcmd[] = { "ghostty", NULL }; +static const char *termcmd[] = { "kitty", NULL }; static const Key keys[] = { /* modifier key function argument */ @@ -7,7 +7,7 @@ static const unsigned int snap = 32; /* snap pixel */ static const int swallowfloating = 0; /* 1 means swallow floating windows by default */ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ -static const char *fonts[] = { "Iosevka Nerd Font Regular:size=11" }; +static const char *fonts[] = { "Iosevka Nerd Font Regular:size=11","JoyPixels:pixelsize=10:antialias=true:autohint=true" }; static const char dmenufont[] = "Iosevka Nerd Font Mono:size=11"; static char normbgcolor[] = "#222222"; static char normbordercolor[] = "#444444"; @@ -29,12 +29,12 @@ static const Rule rules[] = { * WM_CLASS(STRING) = instance, class * WM_NAME(STRING) = title */ - /* class instance title tags mask iscentered isfloating isterminal noswallow monitor */ - { "Gimp", NULL, NULL, 0, 0, 1, 0, 0, -1 }, - { "Firefox", NULL, NULL, 1 << 8, 0, 0, 0, -1, -1 }, - { "Ghostty", NULL, NULL, 0, 0, 0, 1, 0, -1 }, - { "orage", NULL, NULL, 0, 1, 1, 0, 1, -1 }, - { NULL, NULL, "Event Tester", 0, 0, 0, 0, 1, -1 }, /* xev */ + /* class instance title tags mask iscentered isfloating isterminal noswallow monitor */ + { "Gimp", NULL, NULL, 0, 0, 1, 0, 0, -1 }, + { "Librewolf", NULL, NULL, 1 << 8, 0, 0, 0, 0, -1 }, + { "Kitty", NULL, NULL, 0, 0, 0, 1, 0, -1 }, + { "Orage", NULL, NULL, 0, 1, 1, 0, 1, -1 }, + { NULL, NULL, "Event Tester", 0, 0, 0, 0, 1, -1 }, /* xev */ }; /* layout(s) */ @@ -67,7 +67,7 @@ static const Layout layouts[] = { /* commands */ static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */ static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", normbgcolor, "-nf", normfgcolor, "-sb", selbgcolor, "-sf", selfgcolor, NULL }; -static const char *termcmd[] = { "ghostty", NULL }; +static const char *termcmd[] = { "kitty", NULL }; static const Key keys[] = { /* modifier key function argument */ |