mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-12 11:17:17 +00:00
Disables yabai mouse autofocus/follow
This commit is contained in:
parent
9a08dcc333
commit
9a916b62b8
2 changed files with 6 additions and 5 deletions
6
flake.lock
generated
6
flake.lock
generated
|
@ -763,11 +763,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1700887267,
|
||||
"narHash": "sha256-n0GJHz27h6O1fXBFGAE6hpLY3YkjxMXJ9xK8DewM9yI=",
|
||||
"lastModified": 1701798883,
|
||||
"narHash": "sha256-wv15ahlMEfLXPq8CW08GC7VP54INaCF8pcESXt26kNc=",
|
||||
"owner": "willemml",
|
||||
"repo": "stylix",
|
||||
"rev": "12108f41b1fd4790d7743f0b2478bb534114b2c9",
|
||||
"rev": "2ed2b0086b41d582aca26e083c19c0e47c8991e3",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
"mpv"
|
||||
"Software Update"
|
||||
"Set Desktop Background"
|
||||
"TI-Nspire"
|
||||
"Karabiner-EventViewer"
|
||||
"Karabiner-Elements"
|
||||
];
|
||||
|
@ -42,8 +43,8 @@ in {
|
|||
active_window_border_color = "0xff$CACTV";
|
||||
normal_window_border_color = "0xff$CNORM";
|
||||
insert_window_border_color = "0xff$CINSE";
|
||||
mouse_follows_focus = "on";
|
||||
focus_follows_mouse = "autofocus";
|
||||
mouse_follows_focus = "off";
|
||||
focus_follows_mouse = "off";
|
||||
window_opacity = "off";
|
||||
window_opacity_duration = "0.0";
|
||||
active_window_opacity = "1.0";
|
||||
|
|
Loading…
Add table
Reference in a new issue