diff options
author | tv <tv@krebsco.de> | 2023-01-29 17:56:33 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2023-01-29 17:56:33 +0100 |
commit | 4cfc02239b667fd7af6bc0d0a2cb1ae09a3c95f3 (patch) | |
tree | bd7f8fd4071eadee184c9578d3b0441425b96327 /tv/5pkgs/haskell/xmonad-tv | |
parent | e726cb1f59ed675d8efee3d30cca3922c91f1e8a (diff) |
Revert "tv xmonad: paste primary with Shift+F12"
This reverts commit f58675052f46c1b2bbc4f0efb3db07b2d18849be.
Diffstat (limited to 'tv/5pkgs/haskell/xmonad-tv')
-rw-r--r-- | tv/5pkgs/haskell/xmonad-tv/src/main.hs | 2 |
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 931f62902..eb61bd5cf 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) |