summaryrefslogtreecommitdiffstats
path: root/tv/5pkgs
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
commit4cfc02239b667fd7af6bc0d0a2cb1ae09a3c95f3 (patch)
treebd7f8fd4071eadee184c9578d3b0441425b96327 /tv/5pkgs
parente726cb1f59ed675d8efee3d30cca3922c91f1e8a (diff)
Revert "tv xmonad: paste primary with Shift+F12"
This reverts commit f58675052f46c1b2bbc4f0efb3db07b2d18849be.
Diffstat (limited to 'tv/5pkgs')
-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 931f6290..eb61bd5c 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)