From 64d4d87f085aaab74ff27b54431f5d3805a0d4b2 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Fri, 12 Sep 2025 06:19:35 -0500 Subject: [PATCH] update --- .../v1/custom | 295 +++++++++--------- 1 file changed, 147 insertions(+), 148 deletions(-) diff --git a/.config/cosmic/com.system76.CosmicSettings.Shortcuts/v1/custom b/.config/cosmic/com.system76.CosmicSettings.Shortcuts/v1/custom index f959675..fb85ed4 100644 --- a/.config/cosmic/com.system76.CosmicSettings.Shortcuts/v1/custom +++ b/.config/cosmic/com.system76.CosmicSettings.Shortcuts/v1/custom @@ -1,144 +1,4 @@ { - ( - modifiers: [ - Super, - Ctrl, - ], - key: "1", - ): MoveToWorkspace(1), - ( - modifiers: [ - Super, - Shift, - ], - key: "y", - description: Some("Get OTP"), - ): Spawn("zsh -c \"$HOME/.config/scripts/ssh.sh\""), - ( - modifiers: [ - Super, - Ctrl, - ], - key: "2", - ): MoveToWorkspace(2), - ( - modifiers: [ - Super, - Shift, - ], - key: "1", - ): Disable, - ( - modifiers: [ - Super, - Shift, - ], - key: "6", - ): Disable, - ( - modifiers: [ - Super, - Shift, - ], - key: "5", - ): Disable, - ( - modifiers: [ - Super, - Shift, - ], - key: "7", - ): Disable, - ( - modifiers: [ - Super, - ], - ): System(Launcher), - ( - modifiers: [ - Super, - Ctrl, - ], - key: "3", - ): MoveToWorkspace(3), - ( - modifiers: [ - Super, - Shift, - ], - key: "8", - ): Disable, - ( - modifiers: [ - Super, - Ctrl, - ], - key: "6", - ): MoveToWorkspace(6), - ( - modifiers: [ - Super, - Shift, - ], - key: "4", - ): Disable, - ( - modifiers: [ - Super, - ], - key: "n", - description: Some("New Session"), - ): Spawn(" zsh -c \"$HOME/.config/scripts/sessions.sh new\""), - ( - modifiers: [ - Super, - Shift, - ], - key: "9", - ): Disable, - ( - modifiers: [ - Super, - Ctrl, - ], - key: "4", - ): MoveToWorkspace(4), - ( - modifiers: [ - Super, - Shift, - ], - key: "3", - ): Disable, - ( - modifiers: [ - Super, - Ctrl, - ], - key: "5", - ): MoveToWorkspace(5), - ( - modifiers: [ - Super, - Ctrl, - ], - key: "9", - ): MoveToWorkspace(9), - ( - modifiers: [ - Super, - Ctrl, - ], - key: "8", - ): MoveToWorkspace(8), - ( - modifiers: [ - Super, - Shift, - ], - key: "p", - description: Some("Grim Screenshot"), - ): Spawn("zsh -c \"grim -g '$(slurp)' - | wl-copy\""), ( modifiers: [ Super, @@ -152,15 +12,84 @@ Super, Shift, ], - key: "o", - description: Some("Get OTP"), - ): Spawn("zsh -c \"$HOME/.config/scripts/otp.sh\""), + key: "p", + ): System(Screenshot), ( modifiers: [ Super, Shift, ], - key: "0", + key: "2", + ): Disable, + ( + modifiers: [ + Super, + Shift, + ], + key: "6", + ): Disable, + ( + modifiers: [ + Super, + Shift, + ], + key: "7", + ): Disable, + ( + modifiers: [ + Super, + Shift, + ], + key: "8", + ): Disable, + ( + modifiers: [ + Super, + Shift, + ], + key: "1", + ): Disable, + ( + modifiers: [ + Super, + Ctrl, + ], + key: "9", + ): MoveToWorkspace(9), + ( + modifiers: [ + Super, + Ctrl, + ], + key: "1", + ): MoveToWorkspace(1), + ( + modifiers: [ + Super, + Ctrl, + ], + key: "7", + ): MoveToWorkspace(7), + ( + modifiers: [ + Super, + Shift, + ], + key: "9", + ): Disable, + ( + modifiers: [ + Super, + Ctrl, + ], + key: "8", + ): MoveToWorkspace(8), + ( + modifiers: [ + Super, + Shift, + ], + key: "3", ): Disable, ( modifiers: [ @@ -174,13 +103,83 @@ Super, Ctrl, ], - key: "7", - ): MoveToWorkspace(7), + key: "6", + ): MoveToWorkspace(6), ( modifiers: [ Super, Shift, ], - key: "2", + key: "y", + description: Some("Get OTP"), + ): Spawn("zsh -c \"$HOME/.config/scripts/ssh.sh\""), + ( + modifiers: [ + Super, + Ctrl, + ], + key: "5", + ): MoveToWorkspace(5), + ( + modifiers: [ + Super, + Shift, + ], + key: "4", ): Disable, -} + ( + modifiers: [ + Super, + Shift, + ], + key: "5", + ): Disable, + ( + modifiers: [ + Super, + Shift, + ], + key: "0", + ): Disable, + ( + modifiers: [ + Super, + Shift, + ], + key: "o", + description: Some("Get OTP"), + ): Spawn("zsh -c \"$HOME/.config/scripts/otp.sh\""), + ( + modifiers: [ + Super, + Ctrl, + ], + key: "3", + ): MoveToWorkspace(3), + ( + modifiers: [ + Super, + Ctrl, + ], + key: "4", + ): MoveToWorkspace(4), + ( + modifiers: [ + Super, + ], + ): System(Launcher), + ( + modifiers: [ + Super, + Ctrl, + ], + key: "2", + ): MoveToWorkspace(2), + ( + modifiers: [ + Super, + ], + key: "n", + description: Some("New Session"), + ): Spawn(" zsh -c \"$HOME/.config/scripts/sessions.sh new\""), +} \ No newline at end of file