hyprpicker/src
Stefan Römer aa3c2acd59
fix issue #17: hyprpicker stops working after a couple of uses (#18)
Hyprpicker stopped working after running several times when started
with option '-a'. The reason was that finish() has not been called after
wl-copy replaced the currently running process due to the call of
execlp() (execlp() never returns in that case).

To fix this issue finish now is called before the call of execlp()
when hyprpicker is running with option '-a'

Co-authored-by: Stefan Römer <sroemer@github.com>
2022-12-17 22:56:45 +00:00
..
clipboard Add autocopy option (#13) 2022-11-19 14:53:05 +00:00
debug remove hyprpaper mention 2022-09-02 21:55:34 +02:00
events fix issue #17: hyprpicker stops working after a couple of uses (#18) 2022-12-17 22:56:45 +00:00
helpers added missing file 2022-09-02 19:39:59 +02:00
defines.hpp Add autocopy option (#13) 2022-11-19 14:53:05 +00:00
hyprpicker.cpp make LSes transparent on not-selecting displays 2022-09-02 21:24:01 +02:00
hyprpicker.hpp Support HSL, HSV, CMYK, short options, minor I/O fix, and add a manual page (#12) 2022-11-19 17:02:11 +00:00
includes.hpp Support HSL, HSV, CMYK, short options, minor I/O fix, and add a manual page (#12) 2022-11-19 17:02:11 +00:00
main.cpp Document the --autocopy flag (#15) 2022-11-20 10:37:39 +00:00