home: i3: use option for ws back&forth

This commit is contained in:
Antoine Martin 2021-04-22 01:25:37 +02:00
parent c43917a979
commit 494542899d

View file

@ -61,6 +61,8 @@ in
mouseWarping = true;
};
workspaceAutoBackAndForth = true;
fonts = [
"DejaVu Sans Mono 8"
];
@ -110,10 +112,6 @@ in
];
};
};
extraConfig = ''
workspace_auto_back_and_forth yes
'';
};
};
}