diff options
author | tv <tv@krebsco.de> | 2025-04-19 18:52:30 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2025-04-19 18:52:30 +0200 |
commit | a7d340626c2c421bdae7ed74e091d1450c3a1b4b (patch) | |
tree | 1b4169e865a957a8a04f90e773bdce6cedcef915 | |
parent | 5d29e232ea70f58863b4251c311a490cb5cc04b1 (diff) |
-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) |