allow selection to disppaear when selected elsewhere

This commit is contained in:
randomuser 2022-11-10 13:43:06 +00:00
parent 3b5f0f2ecc
commit 9766ec500a
1 changed files with 1 additions and 1 deletions

2
x.c
View File

@ -208,7 +208,7 @@ static void (*handler[LASTEvent])(XEvent *) = {
* Uncomment if you want the selection to disappear when you select something
* different in another window.
*/
/* [SelectionClear] = selclear_, */
[SelectionClear] = selclear_,
[SelectionNotify] = selnotify,
/*
* PropertyNotify is only turned on when there is some INCR transfer happening