From f58675052f46c1b2bbc4f0efb3db07b2d18849be Mon Sep 17 00:00:00 2001
From: tv <tv@krebsco.de>
Date: Fri, 27 Jan 2023 18:54:27 +0100
Subject: [PATCH] tv xmonad: paste primary with Shift+F12

---
 tv/5pkgs/haskell/xmonad-tv/src/main.hs | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tv/5pkgs/haskell/xmonad-tv/src/main.hs b/tv/5pkgs/haskell/xmonad-tv/src/main.hs
index eb61bd5cf..931f62902 100644
--- a/tv/5pkgs/haskell/xmonad-tv/src/main.hs
+++ b/tv/5pkgs/haskell/xmonad-tv/src/main.hs
@@ -196,6 +196,8 @@ myKeys font conf = Map.fromList $
     , ((0, xF86XK_AudioMicMute), audioMicMute)
     , ((_4, xF86XK_AudioMute), pavucontrol [])
 
+    , ((_S, xK_F12), forkFile {-pkg-}"xdotool" ["click", "2"] Nothing)
+
     , ((_4, xK_Prior), forkFile {-pkg-}"xcalib" ["-invert", "-alter"] Nothing)
 
     , ((0, xK_Print), forkFile {-pkg-}"flameshot" [] Nothing)