ignore middle-click
This commit is contained in:
parent
167d7c8671
commit
22759b87c5
2
dunst.c
2
dunst.c
@ -416,7 +416,7 @@ handleXEvents(void) {
|
|||||||
if(ev.xbutton.window == win) {
|
if(ev.xbutton.window == win) {
|
||||||
if(ev.xbutton.button == Button1) {
|
if(ev.xbutton.button == Button1) {
|
||||||
delete_msg(NULL);
|
delete_msg(NULL);
|
||||||
} else {
|
} else if(ev.xbutton.button == Button3) {
|
||||||
delete_all_msg();
|
delete_all_msg();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user