diff options
Diffstat (limited to 'pkgs/haskell')
| -rw-r--r-- | pkgs/haskell/xmonad-tv/src/main.hs | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/pkgs/haskell/xmonad-tv/src/main.hs b/pkgs/haskell/xmonad-tv/src/main.hs index e3090a3..c843a2c 100644 --- a/pkgs/haskell/xmonad-tv/src/main.hs +++ b/pkgs/haskell/xmonad-tv/src/main.hs @@ -151,7 +151,9 @@ myKeys conf = Map.fromList $      , ((_4S , xK_c      ), kill)      , ((_4  , xK_o      ), forkFile {-pkg:fzmenu-}"otpmenu" [] Nothing) +    , ((_4C , xK_o      ), forkFile {-pkg:fzmenu-}"otpmenu" ["--phase2-method=copy"] Nothing)      , ((_4  , xK_p      ), forkFile {-pkg:fzmenu-}"passmenu" [] Nothing) +    , ((_4C , xK_p      ), forkFile {-pkg:fzmenu-}"passmenu" ["--phase2-method=copy"] Nothing)      , ((_4  , xK_x      ), forkFile {-pkg:alacritty-tv-}"alacritty" ["--singleton"] Nothing)      , ((_4C , xK_x      ), spawnRootTerm) | 
