spam et al.
This commit is contained in:
parent
0cd8434f05
commit
01d8318e08
3 changed files with 13 additions and 5 deletions
10
dwm/config.h
10
dwm/config.h
|
@ -169,12 +169,12 @@ static Button buttons[] = {
|
||||||
{ ClkLtSymbol, 0, Button3, setlayout, {.v = &layouts[2]} },
|
{ ClkLtSymbol, 0, Button3, setlayout, {.v = &layouts[2]} },
|
||||||
{ ClkWinTitle, 0, Button2, zoom, {0} },
|
{ ClkWinTitle, 0, Button2, zoom, {0} },
|
||||||
{ ClkStatusText, 0, Button2, spawn, {.v = termcmd } },
|
{ ClkStatusText, 0, Button2, spawn, {.v = termcmd } },
|
||||||
{ ClkClientWin, MODKEY, Button1, movemouse, {0} },
|
{ ClkClientWin, MODKEY|ShiftMask, Button1, movemouse, {0} },
|
||||||
{ ClkClientWin, MODKEY, Button2, togglefloating, {0} },
|
{ ClkClientWin, MODKEY|ShiftMask, Button2, togglefloating, {0} },
|
||||||
{ ClkClientWin, MODKEY, Button3, resizemouse, {0} },
|
{ ClkClientWin, MODKEY|ShiftMask, Button3, resizemouse, {0} },
|
||||||
{ ClkTagBar, 0, Button1, view, {0} },
|
{ ClkTagBar, 0, Button1, view, {0} },
|
||||||
{ ClkTagBar, 0, Button3, toggleview, {0} },
|
{ ClkTagBar, 0, Button3, toggleview, {0} },
|
||||||
{ ClkTagBar, MODKEY, Button1, tag, {0} },
|
{ ClkTagBar, MODKEY|ShiftMask, Button1, tag, {0} },
|
||||||
{ ClkTagBar, MODKEY, Button3, toggletag, {0} },
|
{ ClkTagBar, MODKEY|ShiftMask, Button3, toggletag, {0} },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -24,6 +24,10 @@ VACATION="no"
|
||||||
* ^From:.*oscaro.com.*
|
* ^From:.*oscaro.com.*
|
||||||
$MAILDIR/.SPAM/new
|
$MAILDIR/.SPAM/new
|
||||||
|
|
||||||
|
:0
|
||||||
|
* ^Subject:.*1milliondeDVDpourlaPlan.te.*
|
||||||
|
$MAILDIR/.SPAM/new
|
||||||
|
|
||||||
#Fuck you, alliance resines
|
#Fuck you, alliance resines
|
||||||
:0
|
:0
|
||||||
* ^From:.*alliance-resines.*
|
* ^From:.*alliance-resines.*
|
||||||
|
|
|
@ -79,3 +79,7 @@ renewability
|
||||||
malloc'ed
|
malloc'ed
|
||||||
interdisciplinarity
|
interdisciplinarity
|
||||||
pluviometry
|
pluviometry
|
||||||
|
dont/!
|
||||||
|
Un/!
|
||||||
|
MWh
|
||||||
|
spirulina
|
||||||
|
|
Loading…
Reference in a new issue