Skip to content

Commit

Permalink
hmm
Browse files Browse the repository at this point in the history
  • Loading branch information
cdown committed Apr 10, 2024
1 parent cce3319 commit 4f90d42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/clipmenud.c
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ static int handle_property_notify(const XPropertyEvent *pe) {
*/
enum selection_type sel =
storage_atom_to_selection_type(pe->atom, sels);
printf("sel == CM_SEL_CLIPBOARD: %d\n", sel == CM_SEL_CLIPBOARD);
if (sel == CM_SEL_CLIPBOARD && cfg.own_clipboard) {
run_clipserve(hash);
}
Expand Down

0 comments on commit 4f90d42

Please sign in to comment.