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";
};
};
};
+10 -2
View File
@@ -242,10 +242,18 @@
];
}
]
++ lib.lists.optional config.home.desktop.wl-kbptr.enable {
++ lib.lists.optionals config.home.desktop.wl-kbptr.enable [
{
key = "m";
desc = "Mouse Warp";
cmd = "wl-kbptr";
};
}
{
key = "M";
desc = "Mouse click";
# cmd = "wl-kbptr -o modes=floating,click";
cmd = "wl-kbptr -o modes=floating,click -o mode_floating.source=detect";
}
];
};
}