Restored termonad as the default terminal
This commit is contained in:
parent
eab163b676
commit
8ccdb4f54a
|
@ -33,7 +33,7 @@ main = do
|
|||
spawn "lxqt-notificationd"
|
||||
xmonad $ desktopConfig
|
||||
{ focusFollowsMouse = False
|
||||
, terminal = "alacritty"
|
||||
, terminal = "termonad" -- Set the default terminal
|
||||
, manageHook = manageDocks <+> manageHook desktopConfig
|
||||
, layoutHook = avoidStruts $ layoutHook desktopConfig
|
||||
, logHook = dynamicLogWithPP $ xmobarPP
|
||||
|
|
Loading…
Reference in a new issue