22 lines
363 B
Text
22 lines
363 B
Text
|
{
|
||
|
(
|
||
|
modifiers: [
|
||
|
Ctrl,
|
||
|
Alt,
|
||
|
],
|
||
|
key: "t",
|
||
|
description: Some("Open terminal"),
|
||
|
): Spawn("kitty"),
|
||
|
(
|
||
|
modifiers: [
|
||
|
Super,
|
||
|
Ctrl,
|
||
|
],
|
||
|
key: "l",
|
||
|
): System(LockScreen),
|
||
|
(
|
||
|
modifiers: [
|
||
|
Super,
|
||
|
],
|
||
|
): System(Launcher),
|
||
|
}
|