my system configurations ^-^
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

refactor(yabai): use fn for window drag

* cmd stopped working :(

willow 449cc26f a1e23900

+1 -1
+1 -1
modules/darwin/desktop/yabai.nix
··· 7 7 config = { 8 8 focus_follows_mouse = "autoraise"; 9 9 10 - mouse_modifier = "cmd"; 10 + mouse_modifier = "fn"; 11 11 mouse_action1 = "move"; 12 12 mouse_action2 = "resize"; 13 13