New comment by doleovit on void-packages repository https://github.com/void-linux/void-packages/issues/30958#issuecomment-844023620 Comment: your interactive command worked. so i did some trial/error attempts. again. in addition to: ``` *.keysym.Control-c: eval:selection_to_clipboard *.keysym.Control-v: eval:paste_clipboard ``` i had ``` *.keysym.Control-Meta-c: builtin-string: *.keysym.Control-Meta-v: builtin-string: ``` in [.xresources](https://github.com/doleovit/voidbspwm/commit/2e05faf886ef38c040e4cf168742d3c72d3d43d2#diff-9a38bcf40e368ac00497ad8865c138ae9d0144f9c2dc8bf13bfff1af0e16f72eR32). after ``` !*.keysym.Control-Meta-c: builtin-string: !*.keysym.Control-Meta-v: builtin-string: ``` ``` $ xrdb -merge ~/.Xresources ``` and ``` *.keysym.Control-Meta-c: builtin-string: *.keysym.Control-Meta-v: builtin-string: ``` ``` $ xrdb -merge ~/.Xresources ``` `ctrl+c` and `ctrl+v` is working again. a causal connection with the settings above - no idea. the old unedited `.xresources` file and the current `.xresources` file are identical (diff, cmp). thus it had nothing to do with faulty settings & right after the urxvt - update, i've run `xrdb -merge`.. + a reboot. anyway, thx for your article on `xsecurelock`, which i discovered + implemented one day before the update. synchronicity. thx 4 everything, d.