summaryrefslogtreecommitdiff
path: root/scripts/globals.py
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-12-31 09:17:16 +0000
committerDana Jansens <danakj@orodu.net>2002-12-31 09:17:16 +0000
commit1161a90a70b21d3064a9dee62c72dd4be3025ada (patch)
tree211019053542140ae18e5411a254d535b35a5806 /scripts/globals.py
parent098fa0ce20f440da3140adad2cfe8ae9a6854d46 (diff)
add click_raise global var
Diffstat (limited to 'scripts/globals.py')
-rw-r--r--scripts/globals.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/globals.py b/scripts/globals.py
index 025ba5b5..0a3389ec 100644
--- a/scripts/globals.py
+++ b/scripts/globals.py
@@ -18,6 +18,9 @@ client_buttons = ["A-1", "A-2", "A-3"]
# click_focus - true if clicking in a client will cause it to focus in the
# default hook functions
click_focus = 0
+# click_raise - true if clicking in a client will cause it to raise to the
+# top of its stacking layer
+click_raise = 0
# enter_focus - true if entering a client window will cause it to focus in the
# default hook functions
enter_focus = 1