feat(mousewrap): better mousewrap config

This commit is contained in:
2026-05-31 00:43:16 +02:00
parent 1337c9d44f
commit 626d2682ae
2 changed files with 16 additions and 6 deletions
+3 -1
View File
@@ -77,8 +77,10 @@
general = {
# first eight chars to select areas, last three chars
# for left, right, middle click
# First eigh chars to select areas: auiectsr
# last three chars for left, right, and middle click: tsr
home_row_keys = "auiectsrtsr";
modes = "tile,bisect";
modes = "tile,bisect,click";
};
};
};