Home
last modified time | relevance | path

Searched refs:ewmhnotify_ (Results 1 – 4 of 4) sorted by relevance

/dports/x11-wm/herbstluftwm/herbstluftwm-0.9.2/src/
H A Dclient.cpp54 , ewmhnotify_(this, "ewmhnotify", true) in Client()
70 ewmhnotify_.setWritable(); in Client()
131 ewmhnotify_.setDoc("if the client is told about its state via ewmh"); in Client()
604 if (ewmhnotify_) { in updateEwmhState()
H A Dclient.h75 Attribute_<bool> ewmhnotify_; // send ewmh-notifications for this client variable
H A Drules.cpp351 changes->ewmhNotify = Converter<bool>::parse(value, client->ewmhnotify_); in applyEwmhnotify()
H A Dclientmanager.cpp304 client->ewmhnotify_ = changes.ewmhNotify.value(); in setSimpleClientAttributes()