diff options
| author | tv <tv@krebsco.de> | 2025-07-17 11:48:06 +0200 |
|---|---|---|
| committer | tv <tv@krebsco.de> | 2025-07-17 12:04:47 +0200 |
| commit | 9b2b52e7e5d163771a4f7b9a9331cda465bc1d8b (patch) | |
| tree | 76ac3ecdcdbe88fd843ea30a0f9b536f14b8218d | |
| parent | 36b0881b4af8d9509eb33a75ab5bb980dd502359 (diff) | |
xmonad-tv: call alacritty-tv with --dtach
| -rw-r--r-- | pkgs/haskell/xmonad-tv/src/main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/haskell/xmonad-tv/src/main.hs b/pkgs/haskell/xmonad-tv/src/main.hs index 711f9eb..2005626 100644 --- a/pkgs/haskell/xmonad-tv/src/main.hs +++ b/pkgs/haskell/xmonad-tv/src/main.hs @@ -156,7 +156,7 @@ myKeys conf = Map.fromList $ , ((_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) + , ((_4 , xK_x ), forkFile {-pkg:alacritty-tv-}"alacritty" ["--dtach", "--singleton"] Nothing) , ((_4C , xK_x ), spawnRootTerm) , ((_C , xK_Menu ), toggleWS) |
