X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=config.def.h;h=d2c5318d5cf6cba361db9dcbb667e24e06f89b1d;hb=cf98ea2a9ce0b8ccbb3bbb510421c48279a1b280;hp=49d2f1fe0f155c8cbb9bfdc4add5ad545a048b00;hpb=1edf6a7866ebe219bfa81a1b289fa5c8d0cdfbee;p=dwm.git diff --git a/config.def.h b/config.def.h index 49d2f1f..d2c5318 100644 --- a/config.def.h +++ b/config.def.h @@ -21,14 +21,14 @@ static uint xidx = 0; /* Xinerama screen index to use static const char tags[][MAXTAGLEN] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" }; static Rule rules[] = { - /* class instance title tags ref isfloating */ + /* class instance title tags mask isfloating */ { "Gimp", NULL, NULL, 0, True }, { "Firefox", NULL, NULL, 1 << 8, True }, }; /* layout(s) */ -static float mfact = 0.55; -static Bool resizehints = False; /* False means respect size hints in tiled resizals */ +static float mfact = 0.55; +static Bool resizehints = True; /* False means respect size hints in tiled resizals */ static Layout layouts[] = { /* symbol arrange function */ @@ -95,12 +95,9 @@ static Button buttons[] = { { ClkLtSymbol, 0, Button3, togglemax, {0} }, { ClkWinTitle, 0, Button2, zoom, {0} }, { ClkStatusText, 0, Button2, spawn, {.v = termcmd } }, - { ClkWinTitle, 0, Button4, focusstack, {.i = +1 } }, - { ClkWinTitle, 0, Button5, focusstack, {.i = -1 } }, { ClkClientWin, MODKEY, Button1, movemouse, {0} }, { ClkClientWin, MODKEY, Button2, togglefloating, {0} }, { ClkClientWin, MODKEY, Button3, resizemouse, {0} }, - { ClkRootWin, Button1Mask, Button3, spawn, {.v = termcmd } }, TAGBUTTONS(0) TAGBUTTONS(1) TAGBUTTONS(2)