mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-12 11:17:17 +00:00
Re-enables focus follows mouse in yabai
This commit is contained in:
parent
478c415bfe
commit
72f3196c30
2 changed files with 1 additions and 3 deletions
|
@ -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";
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue