mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-11-17 08:42:35 +00:00
[cosmic-deskop] Update configuration
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
Some(([
|
Some(([
|
||||||
"com.system76.CosmicAppletPower",
|
"com.system76.CosmicAppletTiling",
|
||||||
"com.system76.CosmicAppList",
|
"com.system76.CosmicAppList",
|
||||||
], [
|
], [
|
||||||
"com.nick42d.CosmicAppletArch",
|
"com.nick42d.CosmicAppletArch",
|
||||||
@@ -7,4 +7,5 @@ Some(([
|
|||||||
"com.system76.CosmicAppletAudio",
|
"com.system76.CosmicAppletAudio",
|
||||||
"com.system76.CosmicAppletNetwork",
|
"com.system76.CosmicAppletNetwork",
|
||||||
"com.system76.CosmicAppletStatusArea",
|
"com.system76.CosmicAppletStatusArea",
|
||||||
|
"com.system76.CosmicAppletPower",
|
||||||
]))
|
]))
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
(
|
(
|
||||||
save_location: Clipboard,
|
save_location: Clipboard,
|
||||||
choice: Rectangle,
|
choice: Window,
|
||||||
)
|
)
|
||||||
@@ -1,10 +1,53 @@
|
|||||||
{
|
{
|
||||||
|
(
|
||||||
|
modifiers: [
|
||||||
|
Ctrl,
|
||||||
|
],
|
||||||
|
key: "Print",
|
||||||
|
description: Some("flameshot"),
|
||||||
|
): Spawn("flameshot gui"),
|
||||||
(
|
(
|
||||||
modifiers: [
|
modifiers: [
|
||||||
Super,
|
Super,
|
||||||
],
|
],
|
||||||
key: "Down",
|
key: "Up",
|
||||||
): Minimize,
|
): 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: [
|
modifiers: [
|
||||||
Ctrl,
|
Ctrl,
|
||||||
@@ -17,49 +60,6 @@
|
|||||||
modifiers: [
|
modifiers: [
|
||||||
Super,
|
Super,
|
||||||
],
|
],
|
||||||
key: "t",
|
key: "Down",
|
||||||
): Spawn("xdg-open https://www.deepl.com/en/write"),
|
): Minimize,
|
||||||
(
|
|
||||||
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"),
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user