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