modules/xmonad: revert msg create-window terminal

This commit is contained in:
Dmitriy Pleshevskiy 2022-10-25 20:30:40 +03:00
parent c47cda8756
commit a208dbf340
Signed by: pleshevskiy
GPG Key ID: 1B59187B161C0215
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ import XMonad.Util.Run
-- The preferred terminal program, which is used in a binding below and by
-- certain contrib modules.
--
myTerminal = "alacritty msg create-window"
myTerminal = "alacritty"
-- Whether focus follows the mouse pointer.
myFocusFollowsMouse = False