Skip to content

Commit

Permalink
Update config.h.in
Browse files Browse the repository at this point in the history
  • Loading branch information
adham-elaraby committed Dec 25, 2023
1 parent cae572b commit cc4d4eb
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@ static Rule rules[] = {
{ NULL, NULL, L"PowerToys.MeasureToolUI.exe",0, true, false },
{ NULL, NULL, L"pc-client.exe",0, true, false },
{ NULL, NULL, L"csc_ui.exe",0, true, false },
{ L"CropAndLock.ThumbnailCropAndLockWindow", NULL, NULL, 0, true, false },
{ NULL, NULL, L"Tonelib-GFX.exe", 0, true, true },
{ L"ImagePreviewWnd", NULL, NULL, 0, true, false },
{ NULL, NULL, L"msiexec.exe", 0, true, true },
{ NULL, L"Calculator", NULL, 0, true, true },
};

/* layout(s) */
Expand All @@ -104,7 +109,7 @@ static Layout layouts[] = {
{L"T", tile},
{L"F", NULL}, /* no layout function means floating behavior */
{L"TTT", bstack}, {L"G", gaplessgrid},
{L"+++", grid}, {L"(@)", spiral}, {L"[\\]", dwindle},
{L"g", grid}, {L"(@)", spiral}, {L"[\\]", dwindle},
};

// static Layout layouts[] = {
Expand All @@ -124,7 +129,7 @@ static Layout layouts[] = {
{MODKEY | MOD_CONTROL | MOD_SHIFT, KEY, toggletag, {.ui = 1 << TAG}},

static wchar_t clockfmt[] = L"| %a %d/%m | %I:%M %p";
static int clock_interval = 15000;
static int clock_interval = 12000;

/* helper for spawning shell commands in the pre dwm-5.0 fashion */
#define SHCMD(cmd) \
Expand Down

0 comments on commit cc4d4eb

Please sign in to comment.