22 lines
No EOL
363 B
Text
22 lines
No EOL
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),
|
|
} |