modules/xmonad: revert msg create-window terminal
This commit is contained in:
parent
c47cda8756
commit
a208dbf340
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ import XMonad.Util.Run
|
||||||
-- The preferred terminal program, which is used in a binding below and by
|
-- The preferred terminal program, which is used in a binding below and by
|
||||||
-- certain contrib modules.
|
-- certain contrib modules.
|
||||||
--
|
--
|
||||||
myTerminal = "alacritty msg create-window"
|
myTerminal = "alacritty"
|
||||||
|
|
||||||
-- Whether focus follows the mouse pointer.
|
-- Whether focus follows the mouse pointer.
|
||||||
myFocusFollowsMouse = False
|
myFocusFollowsMouse = False
|
||||||
|
|
Loading…
Reference in a new issue