Merge pull request #426 from pshevtsov/patch-1

Use the default XFCE terminal with `XMonad.Config.Xfce`
This commit is contained in:
Tomáš Janoušek
2020-12-12 00:33:22 +00:00
committed by GitHub
2 changed files with 4 additions and 1 deletions

View File

@@ -309,6 +309,9 @@
* `XMonad.Util.DebugWindow`
Fixed a bottom in `debugWindow` when used on windows with UTF8 encoded titles.
* `XMonad.Config.Xfce`
Set `terminal` to `xfce4-terminal`.
* `XMonad.Hooks.WorkspaceCompare`

View File

@@ -36,7 +36,7 @@ import qualified Data.Map as M
-- For examples of how to further customize @xfceConfig@ see "XMonad.Config.Desktop".
xfceConfig = desktopConfig
{ terminal = "Terminal"
{ terminal = "xfce4-terminal"
, keys = xfceKeys <+> keys desktopConfig }
xfceKeys (XConfig {modMask = modm}) = M.fromList $