disable status bar clicks
Update void-packages template / Update xbps-src template (push) Failing after 40s Details

This commit is contained in:
Luca Bilke 2024-06-12 10:19:46 +02:00
parent 121c3ee7bf
commit 2eda3753f4
No known key found for this signature in database
GPG Key ID: B753481DA0B6FA47
1 changed files with 3 additions and 3 deletions

View File

@ -386,9 +386,9 @@ static const Key keys[] = {
/* click can be ClkTagBar, ClkLtSymbol, ClkStatusText, ClkWinTitle, ClkClientWin, or ClkRootWin */
static const Button buttons[] = {
/* click event mask button function argument */
{ ClkLtSymbol, 0, Button1, setlayout, {0} },
{ ClkLtSymbol, 0, Button3, setlayout, {.v = &layouts[2]} },
{ ClkWinTitle, 0, Button2, zoom, {0} },
/*{ ClkLtSymbol, 0, Button1, setlayout, {0} },*/
/*{ ClkLtSymbol, 0, Button3, setlayout, {.v = &layouts[2]} },*/
/*{ ClkWinTitle, 0, Button2, zoom, {0} },*/
{ ClkStatusText, 0, Button2, spawn, {.v = termcmd } },
{ ClkClientWin, MODKEY, Button1, movemouse, {0} },
{ ClkClientWin, MODKEY, Button2, togglefloating, {0} },