feat(wofi): move sway menu command
This commit is contained in:
parent
6e3d610c00
commit
5fd8f099c1
|
@ -19,7 +19,6 @@
|
|||
"${modifier}+q" = "exec google-chrome-stable";
|
||||
};
|
||||
|
||||
menu = "wofi -show drun -modi drun";
|
||||
bars = [ {
|
||||
mode = "dock";
|
||||
position = "bottom";
|
||||
|
|
|
@ -7,4 +7,6 @@
|
|||
settings.mode = "drun";
|
||||
settings.allow_images = true;
|
||||
};
|
||||
|
||||
wayland.windowManager.sway.menu = "wofi -show drun -modi drun";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue