1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-11-17 10:52:37 +00:00

[cosmic-deskop] Update configuration

This commit is contained in:
2025-11-11 11:33:59 +01:00
parent 19bd13cc9a
commit 9290a1c0f9
3 changed files with 51 additions and 50 deletions

View File

@@ -1,10 +1,53 @@
{
(
modifiers: [
Ctrl,
],
key: "Print",
description: Some("flameshot"),
): Spawn("flameshot gui"),
(
modifiers: [
Super,
],
key: "Down",
): Minimize,
key: "Up",
): Maximize,
(
modifiers: [
Super,
],
key: "m",
): Disable,
(
modifiers: [
Super,
],
key: "Left",
): Orientation(Vertical),
(
modifiers: [
Super,
],
key: "q",
): Disable,
(
modifiers: [
Super,
],
key: "g",
): Spawn("xdg-open https://app.grammarly.com/ddocs/2858393323"),
(
modifiers: [
Alt,
],
key: "F4",
): Close,
(
modifiers: [
Super,
],
key: "t",
): Spawn("xdg-open https://www.deepl.com/en/write"),
(
modifiers: [
Ctrl,
@@ -17,49 +60,6 @@
modifiers: [
Super,
],
key: "t",
): Spawn("xdg-open https://www.deepl.com/en/write"),
(
modifiers: [
Super,
],
key: "Left",
): Orientation(Vertical),
(
modifiers: [
Super,
],
key: "m",
): Disable,
(
modifiers: [
Super,
],
key: "Up",
): Maximize,
(
modifiers: [
Alt,
],
key: "F4",
): Close,
(
modifiers: [
Super,
],
key: "q",
): Disable,
(
modifiers: [
Ctrl,
],
key: "Print",
description: Some("flameshot"),
): Spawn("flameshot gui"),
(
modifiers: [
Super,
],
key: "g",
): Spawn("xdg-open https://app.grammarly.com/ddocs/2858393323"),
}
key: "Down",
): Minimize,
}