feat(wofi): move sway menu command

This commit is contained in:
514fpv 2024-01-04 11:54:14 +08:00
parent 6e3d610c00
commit 5fd8f099c1
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw
2 changed files with 2 additions and 1 deletions

View file

@ -19,7 +19,6 @@
"${modifier}+q" = "exec google-chrome-stable";
};
menu = "wofi -show drun -modi drun";
bars = [ {
mode = "dock";
position = "bottom";

View file

@ -7,4 +7,6 @@
settings.mode = "drun";
settings.allow_images = true;
};
wayland.windowManager.sway.menu = "wofi -show drun -modi drun";
}