diff options
Diffstat (limited to 'dotfiles/.config/cosmic/com.system76.CosmicSettings.Shortcuts/v1')
| -rw-r--r-- | dotfiles/.config/cosmic/com.system76.CosmicSettings.Shortcuts/v1/custom | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/dotfiles/.config/cosmic/com.system76.CosmicSettings.Shortcuts/v1/custom b/dotfiles/.config/cosmic/com.system76.CosmicSettings.Shortcuts/v1/custom new file mode 100644 index 0000000..df50df6 --- /dev/null +++ b/dotfiles/.config/cosmic/com.system76.CosmicSettings.Shortcuts/v1/custom @@ -0,0 +1,27 @@ +{ + ( + modifiers: [ + Ctrl, + ], + key: "l", + ): System(LockScreen), + ( + modifiers: [ + Super, + ], + key: "t", + ): Disable, + ( + modifiers: [ + Super, + ], + key: "Return", + ): System(Terminal), + ( + modifiers: [ + Super, + Ctrl, + ], + key: "Escape", + ): System(Suspend), +}
\ No newline at end of file |
