diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2024-03-22 18:29:06 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2024-03-22 18:29:06 +0530 |
commit | 71803f75116a63aed35ff3175fe86bb254e38d97 (patch) | |
tree | 2f6c0be6a01c93d74e8bc825711664581bf4dd05 /.config/alacritty/mouse.yml | |
parent | 206f12417109bbf1508eab4593fea3fb9fb35ad9 (diff) |
removed old qwerty keybindings, cleaned up code
Diffstat (limited to '.config/alacritty/mouse.yml')
-rw-r--r-- | .config/alacritty/mouse.yml | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/.config/alacritty/mouse.yml b/.config/alacritty/mouse.yml deleted file mode 100644 index 31cd6ae..0000000 --- a/.config/alacritty/mouse.yml +++ /dev/null @@ -1,32 +0,0 @@ -mouse: - double_click: { threshold: 300 } - triple_click: { threshold: 300 } - - # If this is `true`, the cursor is temporarily hidden when typing. - hide_when_typing: false - -# Mouse bindings -# -# Mouse bindings are specified as a list of objects, much like the key -# bindings further below. -# -# To trigger mouse bindings when an application running within Alacritty -# captures the mouse, the `Shift` modifier is automatically added as a -# requirement. -# -# Each mouse binding will specify a: -# -# - `mouse`: -# -# - Middle -# - Left -# - Right -# - Numeric identifier such as `5` -# -# - `action` (see key bindings) -# -# And optionally: -# -# - `mods` (see key bindings) -mouse_bindings: - - { mouse: Middle, action: PasteSelection } |