Files
dcfg/samples/window_manager.dcfg
Slendi da1725982c
Some checks failed
CMake / ubuntu-latest - shared=OFF, pthread=OFF, posix=OFF (push) Failing after 19s
CMake / ubuntu-latest - shared=ON, pthread=OFF, posix=OFF (push) Failing after 23s
CMake / ubuntu-latest - shared=OFF, pthread=OFF, posix=ON (push) Failing after 20s
CMake / ubuntu-latest - shared=ON, pthread=OFF, posix=ON (push) Failing after 17s
CMake / ubuntu-latest - shared=OFF, pthread=ON, posix=ON (push) Failing after 14s
CMake / ubuntu-latest - shared=ON, pthread=ON, posix=ON (push) Failing after 10s
Fix use-after-free
Signed-off-by: Slendi <slendi@socopon.com>
2025-08-04 03:36:41 +03:00

10 lines
268 B
Plaintext

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') }
]
}