summaryrefslogtreecommitdiffstats
path: root/tv
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2023-01-27 18:54:27 +0100
committertv <tv@krebsco.de>2023-01-27 18:54:27 +0100
commit2cfbf16ab3ce4a7c8b6d24a88397b4e453d8f5ed (patch)
tree96d3e1b88cd43987a4e4f5e2ae8a8b469dd495d0 /tv
parent7a16252f49fdf44cfa5a8878b1525a016ed67c9a (diff)
tv xmonad: paste primary with Shift+F12
Diffstat (limited to 'tv')
-rw-r--r--tv/5pkgs/haskell/xmonad-tv/src/main.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tv/5pkgs/haskell/xmonad-tv/src/main.hs b/tv/5pkgs/haskell/xmonad-tv/src/main.hs
index eb61bd5..931f629 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)