Restored termonad as the default terminal

This commit is contained in:
Craige McWhirter 2020-03-17 22:40:21 +10:00
parent eab163b676
commit 8ccdb4f54a
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA

View file

@ -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