nixos/cosmic: provide configuration defaults
This commit is contained in:
parent
fbf078d336
commit
8b6f8474a4
32 changed files with 128 additions and 0 deletions
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
(
|
||||
modifiers: [
|
||||
Ctrl,
|
||||
Alt,
|
||||
],
|
||||
key: "t",
|
||||
description: Some("Open terminal"),
|
||||
): Spawn("kitty"),
|
||||
(
|
||||
modifiers: [
|
||||
Super,
|
||||
Ctrl,
|
||||
],
|
||||
key: "l",
|
||||
): System(LockScreen),
|
||||
(
|
||||
modifiers: [
|
||||
Super,
|
||||
],
|
||||
): System(Launcher),
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue