9
samples/window_manager.dcfg
Normal file
9
samples/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