mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-16 05:24:20 +02:00
Infrastructure to go from panel CLI opts all the way to wayland layer shell implementation
This commit is contained in:
@@ -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]:
|
||||
|
||||
Reference in New Issue
Block a user