This commit is contained in:
2025-11-12 22:24:00 -07:00
parent 2173267246
commit 298eb76909
154 changed files with 3512 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
(
modifiers: [
Super,
],
key: "q",
): Disable,
(
modifiers: [
Super,
],
key: "Return",
description: Some("Terminal"),
): Spawn("cosmic-term"),
(
modifiers: [
Super,
],
key: "w",
): Close,
}

View File

@@ -0,0 +1,3 @@
{
Terminal: "xfce4-terminal",
}