samples -> examples
Some checks failed
CMake / ubuntu-latest - shared=ON, pthread=OFF, posix=OFF (push) Has been cancelled
CMake / ubuntu-latest - shared=OFF, pthread=OFF, posix=ON (push) Has been cancelled
CMake / ubuntu-latest - shared=ON, pthread=OFF, posix=ON (push) Has been cancelled
CMake / ubuntu-latest - shared=OFF, pthread=ON, posix=ON (push) Has been cancelled
CMake / ubuntu-latest - shared=OFF, pthread=OFF, posix=OFF (push) Has been cancelled
CMake / ubuntu-latest - shared=ON, pthread=ON, posix=ON (push) Has been cancelled
Some checks failed
CMake / ubuntu-latest - shared=ON, pthread=OFF, posix=OFF (push) Has been cancelled
CMake / ubuntu-latest - shared=OFF, pthread=OFF, posix=ON (push) Has been cancelled
CMake / ubuntu-latest - shared=ON, pthread=OFF, posix=ON (push) Has been cancelled
CMake / ubuntu-latest - shared=OFF, pthread=ON, posix=ON (push) Has been cancelled
CMake / ubuntu-latest - shared=OFF, pthread=OFF, posix=OFF (push) Has been cancelled
CMake / ubuntu-latest - shared=ON, pthread=ON, posix=ON (push) Has been cancelled
Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
9
examples/window_manager.dcfg
Normal file
9
examples/window_manager.dcfg
Normal 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') }
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user