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
commit 27f03ad9c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -310,6 +310,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`
- Added `filterOutWs` for workspace filtering.

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 $