diff options
author | Soispha <soispha@vhack.eu> | 2024-01-13 13:26:12 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2024-01-13 13:26:12 +0100 |
commit | 8b9f77ebadb8a114b911bc9e83153f29f2e8e0ca (patch) | |
tree | 345d14cb8f92ed81ccf32cbfcb7dc2ae80fcb4d5 /hm/soispha/conf/alacritty/toml/mouse.toml | |
parent | fix(hm/conf/alacritty): Use correct name in hint key (diff) | |
download | nixos-config-8b9f77ebadb8a114b911bc9e83153f29f2e8e0ca.zip |
fix(hm/conf/alacritty): Streamline config
Diffstat (limited to 'hm/soispha/conf/alacritty/toml/mouse.toml')
-rw-r--r-- | hm/soispha/conf/alacritty/toml/mouse.toml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/hm/soispha/conf/alacritty/toml/mouse.toml b/hm/soispha/conf/alacritty/toml/mouse.toml index 150210dc..eba68edf 100644 --- a/hm/soispha/conf/alacritty/toml/mouse.toml +++ b/hm/soispha/conf/alacritty/toml/mouse.toml @@ -1,7 +1,2 @@ [mouse] hide_when_typing = false -[mouse.double_click] -threshold = 300 - -[mouse.triple_click] -threshold = 300 |