Re-enables focus follows mouse in yabai

This commit is contained in:
willemml 2024-04-03 01:08:46 -07:00
parent 478c415bfe
commit 72f3196c30
Signed by: willemml
GPG key ID: C3DE5DF6198DACBD
2 changed files with 1 additions and 3 deletions

View file

@ -58,8 +58,6 @@
};
shellAliases = rec {
s = "kitten ssh";
ke = "kitten edit-in-kitty";
cd = "z";
dotd = "cd ${config.home.sessionVariables.DOTDIR} ";
l = "ls -1";

View file

@ -49,7 +49,7 @@ in {
normal_window_border_color = "0xff$CNORM";
insert_window_border_color = "0xff$CINSE";
mouse_follows_focus = "off";
focus_follows_mouse = "off";
focus_follows_mouse = "on";
window_opacity = "off";
window_opacity_duration = "0.0";
active_window_opacity = "1.0";