Add samples

Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
2025-07-26 00:07:09 +03:00
parent a35a476654
commit 90a6e58dca
6 changed files with 104 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
fn lib = {
keybindings = [
{ key = 'Main-Shift-Escape' action = lib.quit_wm }
{ key = 'Main-Shift-Q' action = lib.kill_application }
{ key = 'Main-Shift-C' action = lib.close_application }
{ key = 'Main-Space' action = (lib.execute 'alacritty') }
]
}