From 9290a1c0f9e129d940f9e91bd92c5b87ace32886 Mon Sep 17 00:00:00 2001 From: Daniel Carrillo Date: Tue, 11 Nov 2025 11:33:59 +0100 Subject: [PATCH] [cosmic-deskop] Update configuration --- .../v1/plugins_wings | 3 +- .../com.system76.CosmicPortal/v1/screenshot | 2 +- .../v1/custom | 96 +++++++++---------- 3 files changed, 51 insertions(+), 50 deletions(-) diff --git a/.config/cosmic/com.system76.CosmicPanel.Panel/v1/plugins_wings b/.config/cosmic/com.system76.CosmicPanel.Panel/v1/plugins_wings index a3bb65a..b998a9a 100644 --- a/.config/cosmic/com.system76.CosmicPanel.Panel/v1/plugins_wings +++ b/.config/cosmic/com.system76.CosmicPanel.Panel/v1/plugins_wings @@ -1,5 +1,5 @@ Some(([ - "com.system76.CosmicAppletPower", + "com.system76.CosmicAppletTiling", "com.system76.CosmicAppList", ], [ "com.nick42d.CosmicAppletArch", @@ -7,4 +7,5 @@ Some(([ "com.system76.CosmicAppletAudio", "com.system76.CosmicAppletNetwork", "com.system76.CosmicAppletStatusArea", + "com.system76.CosmicAppletPower", ])) \ No newline at end of file diff --git a/.config/cosmic/com.system76.CosmicPortal/v1/screenshot b/.config/cosmic/com.system76.CosmicPortal/v1/screenshot index ae943d2..e8c6488 100644 --- a/.config/cosmic/com.system76.CosmicPortal/v1/screenshot +++ b/.config/cosmic/com.system76.CosmicPortal/v1/screenshot @@ -1,4 +1,4 @@ ( save_location: Clipboard, - choice: Rectangle, + choice: Window, ) \ No newline at end of file diff --git a/.config/cosmic/com.system76.CosmicSettings.Shortcuts/v1/custom b/.config/cosmic/com.system76.CosmicSettings.Shortcuts/v1/custom index 3eb4ba3..4c152f7 100644 --- a/.config/cosmic/com.system76.CosmicSettings.Shortcuts/v1/custom +++ b/.config/cosmic/com.system76.CosmicSettings.Shortcuts/v1/custom @@ -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, +} \ No newline at end of file