1
0
Fork 0

clipboard: Also copy to 'Ctrl-V' in addition to 'middleclick' clipboard

This commit is contained in:
Aaron Lindsay 2016-12-21 15:46:52 -05:00 committed by Aaron Lindsay
parent 5d70beea1f
commit 7961f87006
1 changed files with 1 additions and 0 deletions

1
x.c
View File

@ -692,6 +692,7 @@ void
xsetsel(char *str)
{
setsel(str, CurrentTime);
clipcopy(NULL);
}
void