blob: 288d578cf378df768169bb83d9c37b2e86f035c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
Description: Use x-terminal-emulator as terminal
Author: Joachim Breitner <nomeata@debian.org>
Origin: vendor
Forwarded: not-needed
Last-Update: 2012-07-07
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/src/XMonad/Config.hs
+++ b/src/XMonad/Config.hs
@@ -166,7 +166,7 @@
-- | The preferred terminal program, which is used in a binding below and by
-- certain contrib modules.
terminal :: String
-terminal = "xterm"
+terminal = "x-terminal-emulator"
-- | Whether focus follows the mouse pointer.
focusFollowsMouse :: Bool
|