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
@ -309,6 +309,9 @@
|
|||||||
|
|
||||||
* `XMonad.Util.DebugWindow`
|
* `XMonad.Util.DebugWindow`
|
||||||
Fixed a bottom in `debugWindow` when used on windows with UTF8 encoded titles.
|
Fixed a bottom in `debugWindow` when used on windows with UTF8 encoded titles.
|
||||||
|
|
||||||
|
* `XMonad.Config.Xfce`
|
||||||
|
Set `terminal` to `xfce4-terminal`.
|
||||||
|
|
||||||
* `XMonad.Hooks.WorkspaceCompare`
|
* `XMonad.Hooks.WorkspaceCompare`
|
||||||
|
|
||||||
|
@ -36,7 +36,7 @@ import qualified Data.Map as M
|
|||||||
-- For examples of how to further customize @xfceConfig@ see "XMonad.Config.Desktop".
|
-- For examples of how to further customize @xfceConfig@ see "XMonad.Config.Desktop".
|
||||||
|
|
||||||
xfceConfig = desktopConfig
|
xfceConfig = desktopConfig
|
||||||
{ terminal = "Terminal"
|
{ terminal = "xfce4-terminal"
|
||||||
, keys = xfceKeys <+> keys desktopConfig }
|
, keys = xfceKeys <+> keys desktopConfig }
|
||||||
|
|
||||||
xfceKeys (XConfig {modMask = modm}) = M.fromList $
|
xfceKeys (XConfig {modMask = modm}) = M.fromList $
|
||||||
|
Loading…
x
Reference in New Issue
Block a user