[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/exwm ad90af1 4/4: Make `exwm-manage-ping-timeout' a use
From: |
Chris Feng |
Subject: |
[elpa] externals/exwm ad90af1 4/4: Make `exwm-manage-ping-timeout' a user option |
Date: |
Sun, 25 Feb 2018 11:28:23 -0500 (EST) |
branch: externals/exwm
commit ad90af19a6b3db0e9aa987b7b3125b9e1533cc71
Author: Chris Feng <address@hidden>
Commit: Chris Feng <address@hidden>
Make `exwm-manage-ping-timeout' a user option
* exwm-manage.el (exwm-manage-ping-timeout): Now a user option.
---
exwm-manage.el | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/exwm-manage.el b/exwm-manage.el
index e067eda..64f8028 100644
--- a/exwm-manage.el
+++ b/exwm-manage.el
@@ -43,6 +43,10 @@ corresponding buffer."
You can still make the X windows floating afterwards."
:type 'boolean)
+(defcustom exwm-manage-ping-timeout 3
+ "Seconds to wait before killing a client."
+ :type 'integer)
+
;; FIXME: Make the following values as small as possible.
(defconst exwm-manage--height-delta-min 5)
(defconst exwm-manage--width-delta-min 5)
@@ -59,8 +63,6 @@ You can still make the X windows floating afterwards."
(defvar exwm-manage--ping-lock nil
"Non-nil indicates EXWM is pinging a window.")
-(defvar exwm-manage-ping-timeout 3 "Seconds to wait before killing a client.")
-
(defvar exwm-workspace--current)
(defvar exwm-workspace--id-struts-alist)
(defvar exwm-workspace--list)