fix(wofi): fix sway menu command

This commit is contained in:
514fpv 2024-01-04 11:54:27 +08:00
parent 5fd8f099c1
commit c841558ff6
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

View file

@ -8,5 +8,5 @@
settings.allow_images = true;
};
wayland.windowManager.sway.menu = "wofi -show drun -modi drun";
wayland.windowManager.sway.config.menu = "wofi -show drun -modi drun";
}