Infrastructure to go from panel CLI opts all the way to wayland layer shell implementation

This commit is contained in:
Kovid Goyal
2024-03-24 13:58:26 +05:30
parent 56978189e0
commit 333ea519ed
10 changed files with 135 additions and 49 deletions

View File

@@ -71,6 +71,7 @@ class LayerShellConfig(NamedTuple):
edge: int = 0
focus_policy: int = 0
output_name: Optional[str] = None
size_in_cells: int = 0
def mod_to_names(mods: int, has_kitty_mod: bool = False, kitty_mod: int = 0) -> Iterator[str]: