about summary refs log tree commit diff stats
path: root/hm/soispha/conf/alacritty/yaml/mouse.yml
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-08-28 20:24:03 +0200
committerSoispha <soispha@vhack.eu>2023-08-28 20:24:03 +0200
commit6e439e39fac16e91bcf126a8e14ad4f1c2ad6244 (patch)
tree76a6af8901ae62b69783900e6aa9ed3965bb02a7 /hm/soispha/conf/alacritty/yaml/mouse.yml
parentFix(treewide): Replace old nerdfont icons with new ones (diff)
downloadnixos-config-6e439e39fac16e91bcf126a8e14ad4f1c2ad6244.zip
Refactor(hm/conf/alacritty): Split the configuration in separate files
Diffstat (limited to 'hm/soispha/conf/alacritty/yaml/mouse.yml')
-rw-r--r--hm/soispha/conf/alacritty/yaml/mouse.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/hm/soispha/conf/alacritty/yaml/mouse.yml b/hm/soispha/conf/alacritty/yaml/mouse.yml
new file mode 100644
index 00000000..4bdb408b
--- /dev/null
+++ b/hm/soispha/conf/alacritty/yaml/mouse.yml
@@ -0,0 +1,11 @@
+mouse:
+  # Click settings
+  #
+  # The `double_click` and `triple_click` settings control the time
+  # alacritty should wait for accepting multiple clicks as one double
+  # or triple click.
+  double_click: { threshold: 300 }
+  triple_click: { threshold: 300 }
+
+  # If this is `true`, the cursor is temporarily hidden when typing.
+  hide_when_typing: false