2024-10-10 02:31:33 +02:00
|
|
|
{
|
|
|
|
(
|
|
|
|
modifiers: [
|
|
|
|
Ctrl,
|
|
|
|
Alt,
|
|
|
|
],
|
|
|
|
key: "t",
|
|
|
|
description: Some("Open terminal"),
|
|
|
|
): Spawn("kitty"),
|
|
|
|
(
|
|
|
|
modifiers: [
|
|
|
|
Super,
|
|
|
|
Ctrl,
|
|
|
|
],
|
|
|
|
key: "l",
|
|
|
|
): System(LockScreen),
|
|
|
|
(
|
|
|
|
modifiers: [
|
|
|
|
Super,
|
|
|
|
],
|
|
|
|
): System(Launcher),
|
2024-10-14 02:33:30 +02:00
|
|
|
(
|
|
|
|
modifiers: [
|
|
|
|
Super,
|
|
|
|
Alt,
|
|
|
|
],
|
|
|
|
key: "g",
|
|
|
|
): ToggleSticky,
|
|
|
|
}
|