Initial eww work

This commit is contained in:
Alexis Jhon Gaspar 2023-09-24 20:03:56 +08:00
parent a16273174c
commit 13c77f1169
2 changed files with 1816 additions and 1 deletions

View file

@ -398,7 +398,7 @@ static char *statuscolors[][ColCount] = {
#endif // BAR_POWERLINE_STATUS_PATCH
#if BAR_LAYOUTMENU_PATCH
static const char *layoutmenu_cmd = "/usr/local/bin/layoutmenu.sh";
static const char *layoutmenu_cmd = "layoutmenu.sh";
#endif
#if COOL_AUTOSTART_PATCH
@ -503,6 +503,7 @@ static const Rule rules[] = {
RULE(.wintype = WTYPE "SPLASH", .isfloating = 1)
RULE(.class = "Gimp", .tags = 1 << 4)
RULE(.class = "Firefox", .tags = 1 << 7)
RULE(.class = "Eww", .unmanaged = 0)
#if RENAMED_SCRATCHPADS_PATCH
RULE(.instance = "spterm", .scratchkey = 's', .isfloating = 1)
#elif SCRATCHPADS_PATCH

1814
dwm-flexipatch/config.def.h~ Normal file

File diff suppressed because it is too large Load diff