summaryrefslogtreecommitdiffstats
path: root/tv
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2023-01-29 17:56:33 +0100
committertv <tv@krebsco.de>2023-01-29 17:56:33 +0100
commitc7dbbf6dc21cdf3a4f9668e35e0afee492e60a58 (patch)
tree3cff744109be01afdf8db148ffe4ac6eb4fc7a9d /tv
parentee29791aa1dbd7bc1cfef4e875ba24f202110247 (diff)
Revert "tv xmonad: paste primary with Shift+F12"
This reverts commit 2cfbf16ab3ce4a7c8b6d24a88397b4e453d8f5ed.
Diffstat (limited to 'tv')
-rw-r--r--tv/5pkgs/haskell/xmonad-tv/src/main.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/tv/5pkgs/haskell/xmonad-tv/src/main.hs b/tv/5pkgs/haskell/xmonad-tv/src/main.hs
index 931f629..eb61bd5 100644
--- a/tv/5pkgs/haskell/xmonad-tv/src/main.hs
+++ b/tv/5pkgs/haskell/xmonad-tv/src/main.hs
@@ -196,8 +196,6 @@ 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)