home(wofi): fix sway menu command

This commit is contained in:
514fpv 2024-01-04 11:54:27 +08:00
parent 0b6a5ac144
commit 012d405704
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";
}