From 6f9571a805e715d38ad6f5c7594a7e829368d617 Mon Sep 17 00:00:00 2001 From: CodeforEvolution Date: Sun, 9 Aug 2020 16:44:11 -0500 Subject: Haiku: General fixup, add icon, add rdef file - Add a native vector icon for Haiku (it hasn't been Haiku-ified yet however) - Add a rdef file (specifies application metadata) - Add clipboard support, notififcation support, and basic nuke support - Fix support for fortunes on Haiku ("-s" option is not available on Haiku) - Cleanup Haiku recipe --- plugins/x2sel | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'plugins/x2sel') diff --git a/plugins/x2sel b/plugins/x2sel index 09ac68f..0a0fcd4 100755 --- a/plugins/x2sel +++ b/plugins/x2sel @@ -9,6 +9,7 @@ # - powershell (WSL) # - cygwim's /dev/clipboard (Cygwin) # - wl-paste (Wayland) +# - clipboard (Haiku) # # Limitation: breaks if a filename has newline in it # @@ -42,6 +43,9 @@ getclip () { elif which wl-paste >/dev/null 2>&1; then # Wayland wl-paste + elif which clipboard >/dev/null 2>&1; then + # Haiku + clipboard --print fi } -- cgit v1.2.3-70-g09d2