feat(i3): warp mouse on sway

This commit is contained in:
winston 2023-03-12 21:46:45 +01:00
parent 91542b44bd
commit 00c9e87edd
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -14,6 +14,10 @@
commonConfig = {wayland ? false}: rec {
modifier = "Mod4";
focus.wrapping = "no";
focus.mouseWarping =
if wayland
then "container"
else true;
startup = [
{
command = "${lib.getExe pkgs.autotiling} -l2";