mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -07:00
Merge pull request #426 from pshevtsov/patch-1
Use the default XFCE terminal with `XMonad.Config.Xfce`
This commit is contained in:
commit
27f03ad9c5
@ -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.
|
||||
|
@ -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 $
|
||||
|
Loading…
x
Reference in New Issue
Block a user