aboutsummaryrefslogtreecommitdiff
path: root/src/ClientPattern.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/ClientPattern.hh')
-rw-r--r--src/ClientPattern.hh6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ClientPattern.hh b/src/ClientPattern.hh
index a6d1ede..b76aef8 100644
--- a/src/ClientPattern.hh
+++ b/src/ClientPattern.hh
@@ -62,6 +62,12 @@ public:
62 /// Does this client match this pattern? 62 /// Does this client match this pattern?
63 bool match(const Focusable &win) const; 63 bool match(const Focusable &win) const;
64 64
65 /// Does this pattern depend on the focused window?
66 bool dependsOnFocusedWindow() const;
67
68 /// Does this pattern depend on the current workspace?
69 bool dependsOnCurrentWorkspace() const;
70
65 /** 71 /**
66 * Add an expression to match against 72 * Add an expression to match against
67 * @param str is a regular expression 73 * @param str is a regular expression