forked from quickshell/quickshell
docs(layer): improve WlrLayershell documentation
This commit is contained in:
parent
42ea70e04c
commit
d06b67107b
2 changed files with 29 additions and 3 deletions
|
@ -8,11 +8,13 @@
|
|||
|
||||
#include "../../core/panelinterface.hpp"
|
||||
|
||||
///! WlrLayershell layer
|
||||
namespace Layer { // NOLINT
|
||||
Q_NAMESPACE;
|
||||
QML_ELEMENT;
|
||||
|
||||
enum Enum {
|
||||
/// Below bottom
|
||||
Background = 0,
|
||||
/// Above background, usually below windows
|
||||
Bottom = 1,
|
||||
|
@ -26,9 +28,7 @@ Q_ENUM_NS(Enum);
|
|||
|
||||
} // namespace Layer
|
||||
|
||||
/// Type of keyboard focus that will be accepted by a [ShellWindow]
|
||||
///
|
||||
/// [ShellWindow]: ../shellwindow
|
||||
///! WlrLayershell keyboard focus mode
|
||||
namespace KeyboardFocus { // NOLINT
|
||||
Q_NAMESPACE;
|
||||
QML_ELEMENT;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue